forked from AlexxNica/source-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntime.html
More file actions
1 lines (1 loc) · 25 KB
/
Runtime.html
File metadata and controls
1 lines (1 loc) · 25 KB
1
<!DOCTYPE html><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta http-equiv="Content-Language" content="en"><meta http-equiv="X-UA-Compatible" content="IE=edge"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>Runtime</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><button class="dossier-menu"><i class="material-icons">menu</i></button><form><input type="search" placeholder="Search" tabindex="1"><i class="material-icons">search</i></form></header><div class="content"><main><article><section class="intro"><div class="codelink"><a href="source/front_end/Runtime.js.src.html#l177">View Source</a></div><h1 class="title"><div>class Runtime</div></h1><p>No description available.</p><h3 class="name"><div>new Runtime(<wbr>descriptors)</div></h3><dt class="spec">Parameters</dt><dd><dl><dt class="named">descriptors<code>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="Runtime.ModuleDescriptor.html">Runtime.ModuleDescriptor</a>></code></dl></dd></section><section class="instance-methods"><h2>Instance Methods</h2><section class="property" id="_checkExtensionApplicability"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l450" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_checkExtensionApplicability(<wbr>extension,<wbr> predicate)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">extension<code>!<a href="Runtime.Extension.html">Runtime.Extension</a></code><dt class="named">predicate<code>?function(function(new: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)): <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="_loadAutoStartModules"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l437" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_loadAutoStartModules(<wbr>moduleNames)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">moduleNames<code>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><*>></code></dl></dd></dl></section><section class="property" id="_registerModule"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l417" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_registerModule(<wbr>descriptor)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">descriptor<code>!<a href="Runtime.ModuleDescriptor.html">Runtime.ModuleDescriptor</a></code></dl></dd></dl></section><section class="property" id="_resolve"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l580" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_resolve(<wbr>typeName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">typeName<code>?</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>?function(new: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)</code></dl></dd></dl></section><section class="property" id="allInstances"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l572" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>allInstances(<wbr>type,<wbr> context)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">type<code>*</code><dt class="named">context<code>?<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>>></code></dl></dd></dl></section><section class="property" id="extension"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l562" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>extension(<wbr>type,<wbr> context)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">type<code>*</code><dt class="named">context<code>?<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="Runtime.Extension.html">Runtime.Extension</a></code></dl></dd></dl></section><section class="property" id="extensions"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l515" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>extensions(<wbr>type,<wbr> context,<wbr> sortByTitle)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">type<code>*</code><dt class="named">context<code>?<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code><dt class="named">sortByTitle<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="Runtime.Extension.html">Runtime.Extension</a>></code></dl></dd></dl></section><section class="property" id="isExtensionApplicableToContext"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l471" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>isExtensionApplicableToContext(<wbr>extension,<wbr> context)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">extension<code>!<a href="Runtime.Extension.html">Runtime.Extension</a></code><dt class="named">context<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="isExtensionApplicableToContextTypes"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l492" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>isExtensionApplicableToContextTypes(<wbr>extension,<wbr> currentContextTypes)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">extension<code>!<a href="Runtime.Extension.html">Runtime.Extension</a></code><dt class="named">currentContextTypes<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set">Set</a><Function>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="loadModulePromise"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l428" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>loadModulePromise(<wbr>moduleName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">moduleName<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>></code></dl></dd></dl></section><section class="property" id="sharedInstance"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l597" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>sharedInstance(<wbr>constructorFunction)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">constructorFunction<code>!Function</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></code></dl></dd></dl></section><section class="property" id="useTestBase"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l409" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>useTestBase()</div></h3><p>No information.</p></section></section><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="_cachedTypeClasses"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l186" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_cachedTypeClasses</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, function(new: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>)></dd></dl></section><section class="property" id="_descriptorsMap"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l188" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_descriptorsMap</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="Runtime.ModuleDescriptor.html">Runtime.ModuleDescriptor</a>></dd></dl></section><section class="property" id="_extensions"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l184" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_extensions</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="Runtime.Extension.html">Runtime.Extension</a>></dd></dl></section><section class="property" id="_modules"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l180" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_modules</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="Runtime.Module.html">Runtime.Module</a>></dd></dl></section><section class="property" id="_modulesMap"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l182" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_modulesMap</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="Runtime.Module.html">Runtime.Module</a>></dd></dl></section></section><section class="static-functions"><h2>Static Functions</h2><section class="property" id="Runtime._assert"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l391" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._assert(<wbr>value,<wbr> message)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">value<code>?</code><dt class="named">message<code>?</code></dl></dd></dl></section><section class="property" id="Runtime._experimentsSetting"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l379" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._experimentsSetting()</div></h3><dl><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></code></dl></dd></dl></section><section class="property" id="Runtime._isDescriptorEnabled"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l810" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._isDescriptorEnabled(<wbr>descriptor)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">descriptor<code>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="Runtime._originalAssert"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l390" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._originalAssert(<wbr>arg0,<wbr> arg1)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">arg0<code>*</code><dt class="named">arg1<code>...*</code></dl></dd></dl></section><section class="property" id="Runtime.constructQueryParams"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l365" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.constructQueryParams(<wbr>banned)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">banned<code>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="Runtime.loadResourceIntoCache"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l212" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.loadResourceIntoCache(<wbr>url,<wbr> appendSourceURL)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">url<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">appendSourceURL<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>></code></dl></dd></dl></section><section class="property" id="Runtime.queryParam"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l356" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.queryParam(<wbr>name)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">name<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>?<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="Runtime.resolveSourceURL"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1122" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.resolveSourceURL(<wbr>path)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">path<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="Runtime.setPlatform"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l403" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.setPlatform(<wbr>platform)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">platform<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="Runtime.setSharedWorkerNewPortCallback"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l343" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.setSharedWorkerNewPortCallback(<wbr>callback)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">callback<code>function(MessagePort): ?</code></dl></dd></dl></section><section class="property" id="Runtime.startApplication"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l235" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.startApplication(<wbr>appName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">appName<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>></code></dl></dd></dl></section><section class="property" id="Runtime.startSharedWorker"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l317" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.startSharedWorker(<wbr>appName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">appName<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="Runtime.startWorker"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l299" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.startWorker(<wbr>appName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">appName<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>></code></dl></dd></dl></section></section><section class="static-properties"><h2>Static Properties</h2><section class="property" id="Runtime._console"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l389" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._console</div></h3><dl><dt class="spec">Type<dd>Console</dd></dl></section><section class="property" id="Runtime._extensionSymbol"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l200" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._extensionSymbol</div></h3><dl><dt class="spec">Type<dd>?</dd></dl></section><section class="property" id="Runtime._instanceSymbol"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l199" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._instanceSymbol</div></h3><dl><dt class="spec">Type<dd>?</dd></dl></section><section class="property" id="Runtime._platform"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l405" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._platform</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd></dl></section><section class="property" id="Runtime._queryParamsObject"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l197" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._queryParamsObject</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></dd></dl></section><section class="property" id="Runtime._remoteBase"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1110" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._remoteBase</div></h3><dl><dt class="spec">Type<dd>?<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd></dl></section><section class="property" id="Runtime._sharedWorkerConnectedPorts"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l312" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._sharedWorkerConnectedPorts</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><MessagePort></dd></dl></section><section class="property" id="Runtime._sharedWorkerNewPortCallback"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l310" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime._sharedWorkerNewPortCallback</div></h3><dl><dt class="spec">Type<dd>?function(MessagePort): ?</dd></dl></section><section class="property" id="Runtime.cachedResources"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l205" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.cachedResources</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></dd></dl></section><section class="property" id="Runtime.experiments"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1105" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>Runtime.experiments</div></h3><dl><dt class="spec">Type<dd><a href="Runtime.ExperimentsSupport.html">Runtime.ExperimentsSupport</a></dd></dl></section></section><section class="types"><h2>Types</h2><section class="property"><dl><dt><a href="Runtime.Experiment.html">Runtime.Experiment</a><dd><p>No description.</p><dt><a href="Runtime.ExperimentsSupport.html">Runtime.ExperimentsSupport</a><dd><p>No description.</p><dt><a href="Runtime.Extension.html">Runtime.Extension</a><dd><p>No description.</p><dt><a href="Runtime.ExtensionDescriptor.html">Runtime.ExtensionDescriptor</a><dd><p>No description.</p><dt><a href="Runtime.Module.html">Runtime.Module</a><dd><p>No description.</p><dt><a href="Runtime.ModuleDescriptor.html">Runtime.ModuleDescriptor</a><dd><p>No description.</p></dl></section></section></article></main><footer><div><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></div></footer></div><nav class="dossier-nav"><section><a class="title" href="index.html" tabindex="2">Overview</a></section><section class="types"><div class="toggle"><div class="title"><span class="item" tabindex="2">Types</span><i class="material-icons">expand_more</i></div></div></section></nav><script src="types.js"></script><script src="dossier.js"></script>