Re: [w3c/ServiceWorker] Skip executing fetch handlers if it is no-op. (PR #1672)

@yoshisatoyanagisawa commented on this pull request.



> @@ -62,6 +64,8 @@ spec: ecma-262; urlPrefix: http://tc39.github.io/ecma262/
     type: abstract-op
         text: NormalCompletion; url: sec-normalcompletion
         text: ThrowCompletion; url: sec-throwcompletion
+        text: IsCallable; url: sec-iscallable
+        text: Get; url: sec-get-o-p

They seem to be needed. 
LINE ~3011: No 'abstract-op' refs found for 'IsCallable'.
[$IsCallable$]
LINE ~3012: No 'abstract-op' refs found for 'Get'.
[$Get$]
LINE ~3015: No 'abstract-op' refs found for 'IsCallable'.
[$IsCallable$]

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1672#discussion_r1112648476
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/pull/1672/review/1306830480@github.com>

Received on Tuesday, 21 February 2023 07:22:36 UTC