Commit 40c96ed
authored
Update README.md (#24)
`defer` makes no sense for the inline scripts. Please see:
https://html.spec.whatwg.org/multipage/scripting.html#htmlscriptelement:~:text=are%20affected%20by%20the%20async%20and%20defer%20attributes%2C%20but%20only%20when%20the%20src%20attribute%20is%20set
(And even if it worked, that rather would be harmful as the deferred scripts are executed out-of-sync with the first paint)1 parent da6ae00 commit 40c96ed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments