Skip to content

Commit 8ec112f

Browse files
Editorial: Fix lint error (#1802)
- LINE 798:54: No 'abstract-op' refs found for 'Get Trusted Type compliant string'. [$Get Trusted Type compliant string$] - LINE 1275:127: Multiple possible 'break' dfn refs. Fixed: #1801
1 parent 26dcd89 commit 8ec112f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ spec: infra;
4747
text: queue
4848
for: set; text: append
4949
for: list; text: append
50+
text: break
5051

5152
spec: webidl;
5253
type: dfn;
@@ -795,7 +796,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
795796
The <dfn method for="ServiceWorkerContainer"><code>register(|scriptURL|, |options|)</code></dfn> method steps are:
796797

797798
1. Let |p| be a <a>promise</a>.
798-
1. Set |scriptURL| to the result of invoking [$Get Trusted Type compliant string$] with {{TrustedScriptURL}}, [=this=]'s [=relevant global object=], |scriptURL|, "ServiceWorkerContainer register", and "script".
799+
1. Set |scriptURL| to the result of invoking [=Get Trusted Type compliant string=] with {{TrustedScriptURL}}, [=this=]'s [=relevant global object=], |scriptURL|, "ServiceWorkerContainer register", and "script".
799800
1. Let |client| be [=this=]'s [=ServiceWorkerContainer/service worker client=].
800801
1. Let |scriptURL| be the result of <a lt="URL parser">parsing</a> |scriptURL| with [=this=]'s <a>relevant settings object</a>'s <a>API base URL</a>.
801802
1. Let |scopeURL| be null.

0 commit comments

Comments
 (0)