mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Script force async flag should default to true
See: - http://wpt.live/html/semantics/scripting-1/the-script-element/async_001.htm
This commit is contained in:
parent
fdf4f1e887
commit
77c41a82be
Notes:
github-actions[bot]
2024-08-04 18:26:27 +00:00
Author: https://github.com/jamierocks
Commit: 77c41a82be
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/961
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 14 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
includeScript.async = false
|
||||
script.async = true
|
Loading…
Add table
Add a link
Reference in a new issue