Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace assert_precondition with assert_implements in workers/
assert_precondition is deprecated (see https://github.com/web-platform-tests/rfcs/blob/master/rfcs/assert_precondition_rename.md). Since SharedWorker is not an OPTIONAL part of the HTML spec, these tests should use assert_implements.
- Loading branch information