mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Serialize and pass to the WebWorker the current ESO
This allows the initial fetch() in the run a worker AO to use the proper values from the outside settings.
This commit is contained in:
committed by
Andreas Kling
parent
4d22358e05
commit
b5acc5f2df
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/b5acc5f2df Pull-request: https://github.com/SerenityOS/serenity/pull/23476
@@ -3,6 +3,7 @@ source_set("Scripting") {
|
||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"ClassicScript.cpp",
|
||||
"EnvironmentSettingsSnapshot.cpp",
|
||||
"Environments.cpp",
|
||||
"ExceptionReporter.cpp",
|
||||
"Fetching.cpp",
|
||||
|
||||
Reference in New Issue
Block a user