mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement Trusted types worker sinks (#36811)
Part of #36258 Built on top of #36668 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
c00e0aae61
commit
1e8896800a
10 changed files with 37 additions and 43 deletions
|
@ -19,6 +19,6 @@ interface WorkerGlobalScope : GlobalScope {
|
|||
[Exposed=Worker]
|
||||
partial interface WorkerGlobalScope { // not obsolete
|
||||
[Throws]
|
||||
undefined importScripts(DOMString... urls);
|
||||
undefined importScripts((TrustedScriptURL or USVString)... urls);
|
||||
readonly attribute WorkerNavigator navigator;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue