mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Remove 'classic' from 'default classic script fetch options'
See: - https://github.com/whatwg/html/commit/5ee6b7b
This commit is contained in:
committed by
Andreas Kling
parent
29416befe6
commit
d6db6edaf6
Notes:
github-actions[bot]
2024-10-04 06:41:19 +00:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/d6db6edaf65 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1620
@@ -51,8 +51,8 @@ struct ScriptFetchOptions {
|
||||
Fetch::Infrastructure::Request::Priority fetch_priority {};
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#default-classic-script-fetch-options
|
||||
ScriptFetchOptions default_classic_script_fetch_options();
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#default-script-fetch-options
|
||||
ScriptFetchOptions default_script_fetch_options();
|
||||
|
||||
class FetchContext : public JS::GraphLoadingState::HostDefined {
|
||||
JS_CELL(FetchContext, JS::GraphLoadingState::HostDefined);
|
||||
|
||||
Reference in New Issue
Block a user