ladybird/Userland/Libraries/LibWeb/HTML/Scripting
networkException 0388766531 LibWeb: Set module map entry before invoking callbacks
This patch fixes the value of a module map entry being wrong in the
callbacks invoked in the set call. Previously we would set the value
in only after invoking the callbacks, leading to crashes when a
callback implementation would rightfully assume the value to be set
already.

Resolves #20994
2023-10-25 21:29:21 +02:00
..
ClassicScript.cpp
ClassicScript.h
Environments.cpp
Environments.h
ExceptionReporter.cpp
ExceptionReporter.h
Fetching.cpp
Fetching.h
ImportMap.h
ModuleMap.cpp LibWeb: Set module map entry before invoking callbacks 2023-10-25 21:29:21 +02:00
ModuleMap.h
ModuleScript.cpp
ModuleScript.h
Script.cpp
Script.h
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
WindowEnvironmentSettingsObject.h
WorkerEnvironmentSettingsObject.h