mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibWeb: Implement EmbedderPolicy struct
This commit is contained in:
parent
f073f8301c
commit
190a419715
Notes:
sideshowbarker
2024-07-17 11:29:41 +09:00
Author: https://github.com/jamierocks
Commit: 190a419715
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/515
Reviewed-by: https://github.com/awesomekling
8 changed files with 89 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue