Skip to content

Commit 232c46b

Browse files
Добавляет предзагрузку модулей
1 parent 8bfefc5 commit 232c46b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Версии
22

3+
1.0.10
4+
Добавили предзагрузку модулей
5+
36
1.0.9
47
- Добавили про client hints
58
- Добавили про JSON-ld

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Twitter Card](#twitter-card)
1919
- [Twitter Privacy](#twitter-privacy)
2020
- [Schema.org](#schemaorg)
21+
- [JSON-LD](#json-ld)
2122
- [Pinterest](#pinterest)
2223
- [Facebook Instant Articles](#facebook-instant-articles)
2324
- [OEmbed](#oembed)
@@ -340,9 +341,11 @@
340341
<link rel="prefetch" href="https://www.example.com/">
341342
<link rel="prerender" href="https://example.com/">.
342343
<link rel="preload" href="image.png" as="image">
344+
<link rel="modulepreload" href="super-critical-stuff.js"> <!-- Предзагрузка модулей -->
343345
```
344346

345347
- 📖 [Link Relations](https://www.iana.org/assignments/link-relations/link-relations.xhtml)
348+
- 📖 [Предзагрузка модулей](https://developers.google.com/web/updates/2017/12/modulepreload)
346349

347350
**[⬆ вернуться к началу](#оглавление)**.
348351

0 commit comments

Comments
 (0)