From 4176692b0472bc50c885501ce668d381d7cdf02d Mon Sep 17 00:00:00 2001
From: Anne van Kesteren
The user agent may throw a "SecurityError
"
- DOMException
if the request violates a policy decision (e.g. if the user agent is
- configured to not allow the page to start dedicated workers).
Let outside settings be the current settings object.
Parse the scriptURL argument relative to @@ -115289,10 +115285,6 @@ interface SharedWorker : EventTarget { constructor is invoked:
Optionally, throw a "SecurityError
" DOMException
- if the request violates a policy decision (e.g. if the user agent is configured to not allow the
- page to start shared workers).
If options is a DOMString
, set
options to a new WorkerOptions
dictionary whose name
member is set to the value of options and whose other members