Skip to content

Commit d31e463

Browse files
committed
4.8.4
1 parent 1bd0c71 commit d31e463

File tree

8 files changed

+50
-50
lines changed

8 files changed

+50
-50
lines changed

docs/classes/_index_.asyncpreloader.html

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>default<wbr>Body<wbr>Method</h3>
140140
<div class="tsd-signature tsd-kind-icon">default<wbr>Body<wbr>Method<span class="tsd-signature-symbol">:</span> <a href="../modules/_types_.html#bodymethod" class="tsd-signature-type">BodyMethod</a><span class="tsd-signature-symbol"> = &quot;blob&quot;</span></div>
141141
<aside class="tsd-sources">
142142
<ul>
143-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L45">index.ts:45</a></li>
143+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L45">index.ts:45</a></li>
144144
</ul>
145145
</aside>
146146
<div class="tsd-comment tsd-typography">
@@ -155,7 +155,7 @@ <h3>default<wbr>Loader</h3>
155155
<div class="tsd-signature tsd-kind-icon">default<wbr>Loader<span class="tsd-signature-symbol">:</span> <a href="../enums/_types_.loaderkey.html" class="tsd-signature-type">LoaderKey</a><span class="tsd-signature-symbol"> = LoaderKey.Text</span></div>
156156
<aside class="tsd-sources">
157157
<ul>
158-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L50">index.ts:50</a></li>
158+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L50">index.ts:50</a></li>
159159
</ul>
160160
</aside>
161161
<div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@ <h3>items</h3>
170170
<div class="tsd-signature tsd-kind-icon">items<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><a href="../modules/_types_.html#loadedvalue" class="tsd-signature-type">LoadedValue</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = new Map()</span></div>
171171
<aside class="tsd-sources">
172172
<ul>
173-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L40">index.ts:40</a></li>
173+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L40">index.ts:40</a></li>
174174
</ul>
175175
</aside>
176176
<div class="tsd-comment tsd-typography">
@@ -185,7 +185,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
185185
<div class="tsd-signature tsd-kind-icon">dom<wbr>Parser<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">DOMParser</span><span class="tsd-signature-symbol"> = new DOMParser()</span></div>
186186
<aside class="tsd-sources">
187187
<ul>
188-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L79">index.ts:79</a></li>
188+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L79">index.ts:79</a></li>
189189
</ul>
190190
</aside>
191191
<div class="tsd-comment tsd-typography">
@@ -200,7 +200,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
200200
<div class="tsd-signature tsd-kind-icon">loaders<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><a href="../enums/_types_.loaderkey.html" class="tsd-signature-type">LoaderKey</a><span class="tsd-signature-symbol">, </span><a href="../interfaces/_types_.loadervalue.html" class="tsd-signature-type">LoaderValue</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = new Map().set(LoaderKey.Text, { extensions: [&quot;txt&quot;] }).set(LoaderKey.Json, { extensions: [&quot;json&quot;] }).set(LoaderKey.Image, { extensions: [&quot;jpeg&quot;, &quot;jpg&quot;, &quot;gif&quot;, &quot;png&quot;, &quot;webp&quot;] }).set(LoaderKey.Video, { extensions: [&quot;webm&quot;, &quot;ogg&quot;, &quot;mp4&quot;] }).set(LoaderKey.Audio, { extensions: [&quot;webm&quot;, &quot;ogg&quot;, &quot;mp3&quot;, &quot;wav&quot;, &quot;flac&quot;] }).set(LoaderKey.Xml, {extensions: [&quot;xml&quot;, &quot;svg&quot;, &quot;html&quot;],mimeType: {xml: &quot;text/xml&quot;,svg: &quot;image/svg+xml&quot;,html: &quot;text/html&quot;},defaultMimeType: &quot;text/xml&quot;}).set(LoaderKey.Font, {extensions: [&quot;woff2&quot;, &quot;woff&quot;, &quot;ttf&quot;, &quot;otf&quot;, &quot;eot&quot;]})</span></div>
201201
<aside class="tsd-sources">
202202
<ul>
203-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L57">index.ts:57</a></li>
203+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L57">index.ts:57</a></li>
204204
</ul>
205205
</aside>
206206
<div class="tsd-comment tsd-typography">
@@ -223,7 +223,7 @@ <h3>load<wbr>Array<wbr>Buffer</h3>
223223
<li class="tsd-description">
224224
<aside class="tsd-sources">
225225
<ul>
226-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L159">index.ts:159</a></li>
226+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L159">index.ts:159</a></li>
227227
</ul>
228228
</aside>
229229
<div class="tsd-comment tsd-typography">
@@ -257,7 +257,7 @@ <h3>load<wbr>Audio</h3>
257257
<li class="tsd-description">
258258
<aside class="tsd-sources">
259259
<ul>
260-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L268">index.ts:268</a></li>
260+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L268">index.ts:268</a></li>
261261
</ul>
262262
</aside>
263263
<div class="tsd-comment tsd-typography">
@@ -296,7 +296,7 @@ <h3>load<wbr>Blob</h3>
296296
<li class="tsd-description">
297297
<aside class="tsd-sources">
298298
<ul>
299-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L170">index.ts:170</a></li>
299+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L170">index.ts:170</a></li>
300300
</ul>
301301
</aside>
302302
<div class="tsd-comment tsd-typography">
@@ -330,7 +330,7 @@ <h3>load<wbr>Font</h3>
330330
<li class="tsd-description">
331331
<aside class="tsd-sources">
332332
<ul>
333-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L331">index.ts:331</a></li>
333+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L331">index.ts:331</a></li>
334334
</ul>
335335
</aside>
336336
<div class="tsd-comment tsd-typography">
@@ -364,7 +364,7 @@ <h3>load<wbr>Form<wbr>Data</h3>
364364
<li class="tsd-description">
365365
<aside class="tsd-sources">
366366
<ul>
367-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L181">index.ts:181</a></li>
367+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L181">index.ts:181</a></li>
368368
</ul>
369369
</aside>
370370
<div class="tsd-comment tsd-typography">
@@ -398,7 +398,7 @@ <h3>load<wbr>Image</h3>
398398
<li class="tsd-description">
399399
<aside class="tsd-sources">
400400
<ul>
401-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L196">index.ts:196</a></li>
401+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L196">index.ts:196</a></li>
402402
</ul>
403403
</aside>
404404
<div class="tsd-comment tsd-typography">
@@ -437,7 +437,7 @@ <h3>load<wbr>Item</h3>
437437
<li class="tsd-description">
438438
<aside class="tsd-sources">
439439
<ul>
440-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L98">index.ts:98</a></li>
440+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L98">index.ts:98</a></li>
441441
</ul>
442442
</aside>
443443
<div class="tsd-comment tsd-typography">
@@ -471,7 +471,7 @@ <h3>load<wbr>Items</h3>
471471
<li class="tsd-description">
472472
<aside class="tsd-sources">
473473
<ul>
474-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L88">index.ts:88</a></li>
474+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L88">index.ts:88</a></li>
475475
</ul>
476476
</aside>
477477
<div class="tsd-comment tsd-typography">
@@ -505,7 +505,7 @@ <h3>load<wbr>Json</h3>
505505
<li class="tsd-description">
506506
<aside class="tsd-sources">
507507
<ul>
508-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L148">index.ts:148</a></li>
508+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L148">index.ts:148</a></li>
509509
</ul>
510510
</aside>
511511
<div class="tsd-comment tsd-typography">
@@ -539,7 +539,7 @@ <h3>load<wbr>Manifest</h3>
539539
<li class="tsd-description">
540540
<aside class="tsd-sources">
541541
<ul>
542-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L118">index.ts:118</a></li>
542+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L118">index.ts:118</a></li>
543543
</ul>
544544
</aside>
545545
<div class="tsd-comment tsd-typography">
@@ -575,7 +575,7 @@ <h3>load<wbr>Text</h3>
575575
<li class="tsd-description">
576576
<aside class="tsd-sources">
577577
<ul>
578-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L137">index.ts:137</a></li>
578+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L137">index.ts:137</a></li>
579579
</ul>
580580
</aside>
581581
<div class="tsd-comment tsd-typography">
@@ -609,7 +609,7 @@ <h3>load<wbr>Video</h3>
609609
<li class="tsd-description">
610610
<aside class="tsd-sources">
611611
<ul>
612-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L228">index.ts:228</a></li>
612+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L228">index.ts:228</a></li>
613613
</ul>
614614
</aside>
615615
<div class="tsd-comment tsd-typography">
@@ -648,7 +648,7 @@ <h3>load<wbr>Xml</h3>
648648
<li class="tsd-description">
649649
<aside class="tsd-sources">
650650
<ul>
651-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L310">index.ts:310</a></li>
651+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L310">index.ts:310</a></li>
652652
</ul>
653653
</aside>
654654
<div class="tsd-comment tsd-typography">
@@ -687,7 +687,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
687687
<li class="tsd-description">
688688
<aside class="tsd-sources">
689689
<ul>
690-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L346">index.ts:346</a></li>
690+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L346">index.ts:346</a></li>
691691
</ul>
692692
</aside>
693693
<div class="tsd-comment tsd-typography">
@@ -719,7 +719,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
719719
<li class="tsd-description">
720720
<aside class="tsd-sources">
721721
<ul>
722-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L374">index.ts:374</a></li>
722+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L374">index.ts:374</a></li>
723723
</ul>
724724
</aside>
725725
<div class="tsd-comment tsd-typography">
@@ -747,7 +747,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
747747
<li class="tsd-description">
748748
<aside class="tsd-sources">
749749
<ul>
750-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L384">index.ts:384</a></li>
750+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L384">index.ts:384</a></li>
751751
</ul>
752752
</aside>
753753
<div class="tsd-comment tsd-typography">
@@ -775,7 +775,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
775775
<li class="tsd-description">
776776
<aside class="tsd-sources">
777777
<ul>
778-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L398">index.ts:398</a></li>
778+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L398">index.ts:398</a></li>
779779
</ul>
780780
</aside>
781781
<div class="tsd-comment tsd-typography">
@@ -806,7 +806,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-
806806
<li class="tsd-description">
807807
<aside class="tsd-sources">
808808
<ul>
809-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/index.ts#L358">index.ts:358</a></li>
809+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/index.ts#L358">index.ts:358</a></li>
810810
</ul>
811811
</aside>
812812
<div class="tsd-comment tsd-typography">

docs/enums/_types_.loaderkey.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h3>Array<wbr>Buffer</h3>
104104
<div class="tsd-signature tsd-kind-icon">Array<wbr>Buffer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;ArrayBuffer&quot;</span></div>
105105
<aside class="tsd-sources">
106106
<ul>
107-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L72">types.ts:72</a></li>
107+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L72">types.ts:72</a></li>
108108
</ul>
109109
</aside>
110110
</section>
@@ -114,7 +114,7 @@ <h3>Audio</h3>
114114
<div class="tsd-signature tsd-kind-icon">Audio<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Audio&quot;</span></div>
115115
<aside class="tsd-sources">
116116
<ul>
117-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L79">types.ts:79</a></li>
117+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L79">types.ts:79</a></li>
118118
</ul>
119119
</aside>
120120
</section>
@@ -124,7 +124,7 @@ <h3>Blob</h3>
124124
<div class="tsd-signature tsd-kind-icon">Blob<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Blob&quot;</span></div>
125125
<aside class="tsd-sources">
126126
<ul>
127-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L73">types.ts:73</a></li>
127+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L73">types.ts:73</a></li>
128128
</ul>
129129
</aside>
130130
</section>
@@ -134,7 +134,7 @@ <h3>Font</h3>
134134
<div class="tsd-signature tsd-kind-icon">Font<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Font&quot;</span></div>
135135
<aside class="tsd-sources">
136136
<ul>
137-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L81">types.ts:81</a></li>
137+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L81">types.ts:81</a></li>
138138
</ul>
139139
</aside>
140140
</section>
@@ -144,7 +144,7 @@ <h3>Form<wbr>Data</h3>
144144
<div class="tsd-signature tsd-kind-icon">Form<wbr>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;FormData&quot;</span></div>
145145
<aside class="tsd-sources">
146146
<ul>
147-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L74">types.ts:74</a></li>
147+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L74">types.ts:74</a></li>
148148
</ul>
149149
</aside>
150150
</section>
@@ -154,7 +154,7 @@ <h3>Image</h3>
154154
<div class="tsd-signature tsd-kind-icon">Image<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Image&quot;</span></div>
155155
<aside class="tsd-sources">
156156
<ul>
157-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L77">types.ts:77</a></li>
157+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L77">types.ts:77</a></li>
158158
</ul>
159159
</aside>
160160
</section>
@@ -164,7 +164,7 @@ <h3>Json</h3>
164164
<div class="tsd-signature tsd-kind-icon">Json<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Json&quot;</span></div>
165165
<aside class="tsd-sources">
166166
<ul>
167-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L71">types.ts:71</a></li>
167+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L71">types.ts:71</a></li>
168168
</ul>
169169
</aside>
170170
</section>
@@ -174,7 +174,7 @@ <h3>Text</h3>
174174
<div class="tsd-signature tsd-kind-icon">Text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Text&quot;</span></div>
175175
<aside class="tsd-sources">
176176
<ul>
177-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L75">types.ts:75</a></li>
177+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L75">types.ts:75</a></li>
178178
</ul>
179179
</aside>
180180
</section>
@@ -184,7 +184,7 @@ <h3>Video</h3>
184184
<div class="tsd-signature tsd-kind-icon">Video<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Video&quot;</span></div>
185185
<aside class="tsd-sources">
186186
<ul>
187-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L78">types.ts:78</a></li>
187+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L78">types.ts:78</a></li>
188188
</ul>
189189
</aside>
190190
</section>
@@ -194,7 +194,7 @@ <h3>Xml</h3>
194194
<div class="tsd-signature tsd-kind-icon">Xml<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;Xml&quot;</span></div>
195195
<aside class="tsd-sources">
196196
<ul>
197-
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/d0d8549/src/types.ts#L80">types.ts:80</a></li>
197+
<li>Defined in <a href="https://github.com/dmnsgn/async-preloader/blob/1bd0c71/src/types.ts#L80">types.ts:80</a></li>
198198
</ul>
199199
</aside>
200200
</section>

0 commit comments

Comments
 (0)