- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Wed, 08 May 2024 19:18:30 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 May 2024 02:18:33 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -2094,7 +2094,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Invoke [=Batch Cache Operations=] with |operations|. If this [=throws=] an exception, set |errorData| to the exception. 1. [=Queue a task=], on |cacheJobPromise|'s [=relevant settings object=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to perform the following substeps: 1. If |errorData| is null, resolve |cacheJobPromise| with undefined. - 1. Else, reject |cacheJobPromise| with a [=exception/create|new=] [=exception=] with |errorData| and a user agent-defined [=exception/message=], in |realm|. + 1. Else, reject |cacheJobPromise| with a [=exception/create|new=] [=exception=] with |errorData| and a user agent-defined [=DOMException/message=], in |realm|. done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1715#discussion_r1594885207 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1715/review/2047035749@github.com>
Received on Thursday, 9 May 2024 02:18:33 UTC