Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the match algorithm accept the URL struct
In w3c/ServiceWorker#1701, the ServiceWorker static routing API uses the match algorithm to match the request URL. However, the original match algorithm accepts a URLPatternInput object, and it does not accept a URL struct. To allow the ServiceWorker static routing API to use the match algorithm, we need to make the match algorithm to accept the URL struct. Fixes: #218.
- Loading branch information