mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +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 (cherry picked from commit 77c41a82bec370ae7c8998aa939bd1117a29b31a)
This commit is contained in:
committed by
Nico Weber
parent
3e78150670
commit
ceebaac9ef
@@ -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