You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Invoke [=Batch Cache Operations=] with |operations|. If this [=throws=] an exception, set |errorData| to the exception.
2140
2140
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:
2141
2141
1. If |errorData| is null, resolve |cacheJobPromise| with undefined.
2142
-
1. Else, reject |cacheJobPromise| with a [=exception/create|new=][=exception=] with |errorData| and a user agent-defined [=DOMException/message=], in |realm|.
2142
+
1. Else, reject |cacheJobPromise| with a [=exception/create|new=][=exception=] with |errorData|, in |realm|.
1. If |requestResponses| [=list/is not empty=], resolve |cacheJobPromise| with true.
2170
2170
1. Else, resolve |cacheJobPromise| with false.
2171
-
1. Else, reject |cacheJobPromise| with a [=exception/create|new=][=exception=] with |errorData| and a user agent-defined [=DOMException/message=], in |realm|.
2171
+
1. Else, reject |cacheJobPromise| with a [=exception/create|new=][=exception=] with |errorData|, in |realm|.
1. If |job|'s [=job/client=] is not null, [=queue a task=], on |job|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |job|'s [=job/job promise=] with a [=exception/create|new=][=exception=] with |errorData| and a user agent-defined [=DOMException/message=], in |job|'s [=job/client=]'s [=environment settings object/Realm=].
2643
+
1. If |job|'s [=job/client=] is not null, [=queue a task=], on |job|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |job|'s [=job/job promise=] with a [=exception/create|new=][=exception=] with |errorData|, in |job|'s [=job/client=]'s [=environment settings object/Realm=].
2644
2644
1. For each |equivalentJob| in |job|'s [=list of equivalent jobs=]:
2645
2645
1. If |equivalentJob|'s [=job/client=] is null, [=iteration/continue=].
2646
-
1. [=Queue a task=], on |equivalentJob|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |equivalentJob|'s [=job/job promise=] with a [=exception/create|new=] [=exception=] with |errorData| and a user agent-defined [=DOMException/message=], in |equivalentJob|'s [=job/client=]'s [=environment settings object/Realm=].
2646
+
1. [=Queue a task=], on |equivalentJob|'s [=job/client=]'s [=responsible event loop=] using the [=DOM manipulation task source=], to reject |equivalentJob|'s [=job/job promise=] with a [=exception/create|new=] [=exception=] with |errorData|, in |equivalentJob|'s [=job/client=]'s [=environment settings object/Realm=].
0 commit comments