- From: Daniel Ehrenberg <notifications@github.com>
- Date: Tue, 22 Sep 2020 22:18:46 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 September 2020 05:18:59 UTC
@littledan commented on this pull request. > - 1. Invoke [=Reject Job Promise=] with |job| and `TypeError`. - - Note: This will do nothing if [=Reject Job Promise=] was previously invoked with "{{SecurityError}}" {{DOMException}}. + 1. If |script| is null or [=Is Async Module=] with |script|'s [=script/record=], |script|'s [=script/base URL=], and « » is true, then: A goal of the design here was to not be "racy" in the sense that, both asynchronous behavior and errors are based on the module syntax, not whether it has already run or not, or whether it dynamically reached an `await`. This would make behavior more stable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1444#discussion_r493202890
Received on Wednesday, 23 September 2020 05:18:59 UTC