We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4e3b commit a6ed7c8Copy full SHA for a6ed7c8
index.bs
@@ -4157,7 +4157,6 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
4157
1. Let |map| be |activeWorker|'s [=service worker/global object=]'s [=race response map=].
4158
1. If |map|[|request|] [=map/exists=], then:
4159
1. Let |entry| be |map|[|request|].
4160
- 1. [=map/Remove=] |map|[|request|].
4161
1. Wait until |entry|'s [=race response/value=] is not "<code>pending</code>"
4162
1. If |entry|'s [=race response/value=] is [=/response=], return |entry|'s [=race response/value=].
4163
1. Return null.
0 commit comments