mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02: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:
committed by
Tim Ledbetter
parent
fdf4f1e887
commit
77c41a82be
Notes:
github-actions[bot]
2024-08-04 18:26:27 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/77c41a82bec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/961 Reviewed-by: https://github.com/tcl3 ✅
@@ -94,7 +94,7 @@ private:
|
||||
JS::GCPtr<DOM::Document> m_preparation_time_document;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/scripting.html#script-force-async
|
||||
bool m_force_async { false };
|
||||
bool m_force_async { true };
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/scripting.html#already-started
|
||||
bool m_already_started { false };
|
||||
|
||||
Reference in New Issue
Block a user