git @ Cat's Eye Technologies The-Glosscubator / eae55a2
Add some bookmarks under a new Web APIs topic. Chris Pressey 11 months ago
5 changed file(s) with 88 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 SPDX-License-Identifier: CC0-1.0
77 -->
88
9 _See also: [JavaScript](../JavaScript/)_
9 _See also: [JavaScript](../JavaScript/), [Web APIs](../Web%20APIs/)_
1010
1111 - - - -
1212
66 SPDX-License-Identifier: CC0-1.0
77 -->
88
9 _See also: [Programming Languages](../Programming%20Languages/), [DOM](../DOM/), [npm](../npm/)_
9 _See also: [Programming Languages](../Programming%20Languages/), [DOM](../DOM/), [Web APIs](../Web%20APIs/), [npm](../npm/)_
1010
1111 - - - -
1212
224224 ### DOM
225225
226226 * used-in: bookmarks
227 * see-also: JavaScript
227 * see-also: JavaScript, Web APIs
228228
229229 Works regarding the Document Object Model, mostly as it pertains to
230230 JavaScript and HTML in the context of a web browser.
381381 ### JavaScript
382382
383383 * used-in: bookmarks
384 * see-also: Programming Languages, DOM, npm
384 * see-also: Programming Languages, DOM, Web APIs, npm
385385
386386 Works regarding the programming language JavaScript. This means the programming
387387 language itself, and not its ecosystem.
770770
771771 .
772772
773 ### Web APIs
774
775 * used-in: bookmarks
776 * see-also: DOM, JavaScript
777
778 Works regarding the APIs that web browsers expose to scripts (usually JavaScript)
779 running within them; and/or the Browser Object Model (BOM), lumped in here.
780
773781 ### Writing
774782
775783 * used-in: books
0 Web APIs
1 --------
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5
6 SPDX-License-Identifier: CC0-1.0
7 -->
8
9 _See also: [DOM](../DOM/), [JavaScript](../JavaScript/)_
10
11 - - - -
12
13 [Asynchronous and deferred JavaScript execution explained « Peter Beverloo](https://peter.sh/experiments/asynchronous-and-deferred-javascript-execution-explained/)
14
15 [Async vs Defer - Which Script Attribute is More Efficient When Loading JavaScript? -- Curiosum](https://web.archive.org/web/20210412193641/https://curiosum.dev/blog/seo-speed-script-tags-async-vs-defer)
16
17 [Defer non-critical CSS](https://web.dev/defer-non-critical-css/)
18
19 [Preloading content with rel=\"preload\" - HTML: HyperText Markup Language \| MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content)
20
21 [css - rel=preload for stylesheet isn\'t applying the styles once downloaded - Stack Overflow](https://stackoverflow.com/questions/46787921/rel-preload-for-stylesheet-isnt-applying-the-styles-once-downloaded)
22
23 [Intercepting JavaScript Fetch API requests and responses - LogRocket Blog](https://blog.logrocket.com/intercepting-javascript-fetch-api-requests-responses/)
24
25 [javascript - Can link prefetch be used to cache a JSON API response for a later XHR request? - Stack Overflow](https://stackoverflow.com/questions/38593535/can-link-prefetch-be-used-to-cache-a-json-api-response-for-a-later-xhr-request)
0 Web APIs
1 ========
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5
6 SPDX-License-Identifier: CC0-1.0
7 -->
8
9 ### Asynchronous and deferred JavaScript execution explained « Peter Beverloo
10
11 * url: https://peter.sh/experiments/asynchronous-and-deferred-javascript-execution-explained/
12
13 .
14
15 ### Async vs Defer - Which Script Attribute is More Efficient When Loading JavaScript? -- Curiosum
16
17 * url: https://web.archive.org/web/20210412193641/https://curiosum.dev/blog/seo-speed-script-tags-async-vs-defer
18
19 .
20
21 ### Defer non-critical CSS
22
23 * url: https://web.dev/defer-non-critical-css/
24
25 .
26
27 ### Preloading content with rel=\"preload\" - HTML: HyperText Markup Language \| MDN
28
29 * url: https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content
30
31 .
32
33 ### css - rel=preload for stylesheet isn\'t applying the styles once downloaded - Stack Overflow
34
35 * url: https://stackoverflow.com/questions/46787921/rel-preload-for-stylesheet-isnt-applying-the-styles-once-downloaded
36
37 .
38
39 ### Intercepting JavaScript Fetch API requests and responses - LogRocket Blog
40
41 * url: https://blog.logrocket.com/intercepting-javascript-fetch-api-requests-responses/
42
43 .
44
45 ### javascript - Can link prefetch be used to cache a JSON API response for a later XHR request? - Stack Overflow
46
47 * url: https://stackoverflow.com/questions/38593535/can-link-prefetch-be-used-to-cache-a-json-api-response-for-a-later-xhr-request
48
49 .