LibWeb: Implement EmbedderPolicy struct

This commit is contained in:
Jamie Mansfield 2024-07-08 22:54:49 +01:00 committed by Andreas Kling
commit 190a419715
Notes: sideshowbarker 2024-07-17 11:29:41 +09:00
8 changed files with 89 additions and 2 deletions

View file

@ -136,6 +136,7 @@ private:
// https://html.spec.whatwg.org/multipage/workers.html#concept-workerglobalscope-embedder-policy
// A WorkerGlobalScope object has an associated embedder policy (an embedder policy).
EmbedderPolicy m_embedder_policy;
// https://html.spec.whatwg.org/multipage/workers.html#concept-workerglobalscope-module-map
// A WorkerGlobalScope object has an associated module map. It is a module map, initially empty.