Skip to content

Commit 596dc20

Browse files
Closure Teamcopybara-github
authored andcommitted
Adding Trusted Types support to Service Worker creation.
PiperOrigin-RevId: 326114798
1 parent c84f000 commit 596dc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

externs/browser/html5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ WebWorker.prototype.onerror;
14531453

14541454
/**
14551455
* @see http://dev.w3.org/html5/workers/
1456-
* @param {string} scriptURL
1456+
* @param {!TrustedScriptURL|string} scriptURL
14571457
* @param {!WorkerOptions=} opt_options
14581458
* @constructor
14591459
* @implements {EventTarget}

src/com/google/javascript/jscomp/resources/resources.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)