File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Версии
2
2
3
+ 1.0.10
4
+ Добавили предзагрузку модулей
5
+
3
6
1.0.9
4
7
- Добавили про client hints
5
8
- Добавили про JSON-ld
Original file line number Diff line number Diff line change 18
18
- [ Twitter Card] ( #twitter-card )
19
19
- [ Twitter Privacy] ( #twitter-privacy )
20
20
- [ Schema.org] ( #schemaorg )
21
+ - [ JSON-LD] ( #json-ld )
21
22
- [ Pinterest] ( #pinterest )
22
23
- [ Facebook Instant Articles] ( #facebook-instant-articles )
23
24
- [ OEmbed] ( #oembed )
340
341
<link rel =" prefetch" href =" https://www.example.com/" >
341
342
<link rel =" prerender" href =" https://example.com/" >.
342
343
<link rel =" preload" href =" image.png" as =" image" >
344
+ <link rel =" modulepreload" href =" super-critical-stuff.js" > <!-- Предзагрузка модулей -->
343
345
```
344
346
345
347
- 📖 [ Link Relations] ( https://www.iana.org/assignments/link-relations/link-relations.xhtml )
348
+ - 📖 [ Предзагрузка модулей] ( https://developers.google.com/web/updates/2017/12/modulepreload )
346
349
347
350
** [ ⬆ вернуться к началу] ( #оглавление ) ** .
348
351
You can’t perform that action at this time.
0 commit comments