-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service workers: Simplified tests with async/await - Part 1
- Fix a couple of tests with function t.add_cleanup() as it supports promise, see detail in #8748. - The usage of unregister() method in some tests is not rigorous. As [spec]\(https://w3c.github.io/ServiceWorker/#dom-serviceworkerregistration-unregister): >> [NewObject] Promise<boolean> unregister(); unregister() method must run these steps: >> 1. Let promise be a promise. ... >> 4. Return promise.
- Loading branch information
1 parent
e1c38af
commit 43fabbf
Showing
11 changed files
with
534 additions
and
659 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.