-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntime.Module.html
More file actions
1 lines (1 loc) · 8.81 KB
/
Runtime.Module.html
File metadata and controls
1 lines (1 loc) · 8.81 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>Module</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#l674">View Source</a></div><h1 class="title"><div>class Module</div></h1><p>No description available.</p><h3 class="name"><div>new Module(<wbr>manager,<wbr> descriptor)</div></h3><dt class="spec">Parameters</dt><dd><dl><dt class="named">manager<code>!<a href="Runtime.html">Runtime</a></code><dt class="named">descriptor<code>!<a href="Runtime.ModuleDescriptor.html">Runtime.ModuleDescriptor</a></code></dl></dd></section><section class="instance-methods"><h2>Instance Methods</h2><section class="property" id="_loadPromise"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l726" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_loadPromise()</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/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="_loadResources"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l751" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_loadResources()</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/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="_loadScripts"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l767" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_loadScripts()</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/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="_modularizeURL"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l777" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_modularizeURL(<wbr>resourceName)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">resourceName<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="_remoteBase"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l785" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_remoteBase()</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/String">string</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="enabled"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l705" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>enabled()</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/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="name"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l697" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>name()</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/String">string</a></code></dl></dd></dl></section><section class="property" id="resource"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l714" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>resource(<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="substituteURL"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l794" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>substituteURL(<wbr>value)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">value<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><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="_descriptor"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l677" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_descriptor</div></h3><dl><dt class="spec">Type<dd><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#l680" 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="_extensionsByClassName"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l683" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_extensionsByClassName</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map">Map</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/Array">Array</a><<a href="Runtime.Extension.html">Runtime.Extension</a>>></dd></dl></section><section class="property" id="_loadedForTest"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l742" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_loadedForTest</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd></dl></section><section class="property" id="_manager"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l676" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_manager</div></h3><dl><dt class="spec">Type<dd><a href="Runtime.html">Runtime</a></dd></dl></section><section class="property" id="_name"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l678" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_name</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></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>