1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:48:13 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Andrew Kaster f67bc591a0 LibWeb: Implement and use the fetch a module worker script graph AO
This involves plumbing the perform the fetch hook argument throughout
all of the module fetch implementation AOs, where it was left as a FIXME
before.

With this change we can load module scripts in DedicatedWorkers.
2024-03-06 07:19:10 +01:00
..
AudioConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
AudioConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ExceptionOrUtils.h LibWeb: Make Bindings::dom_exception_to_throw_completion public API 2023-06-18 08:34:02 +02:00
HostDefined.cpp LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
HostDefined.h LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
ImageConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
ImageConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Intrinsics.cpp LibWeb: Implement Structured{De}SerializeWithTransfer for transferables 2023-12-09 21:52:28 +01:00
Intrinsics.h LibWeb: Implement Structured{De}SerializeWithTransfer for transferables 2023-12-09 21:52:28 +01:00
MainThreadVM.cpp LibWeb: Implement and use the fetch a module worker script graph AO 2024-03-06 07:19:10 +01:00
MainThreadVM.h LibWeb: Do not use JS::Handle for mutation observers 2023-09-27 16:33:21 +02:00
OptionConstructor.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
OptionConstructor.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PlatformObject.cpp LibWeb: Exclude [Global] interfaces from legacy platform object methods 2024-01-19 09:02:00 +01:00
PlatformObject.h LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject 2024-01-12 09:11:18 +01:00
Serializable.h LibWeb: Add abstract class Serializable 2024-02-26 16:10:20 -07:00
Transferable.h LibWeb: Implement MessagePort.postMessage closer to the spec 2023-12-19 21:08:05 +01:00