You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fetch-later] Allow fetchLater() to be used with HTTP localhost URLs.
The [current spec][1] says
```
If request’s URL’s scheme is not an HTTP(S) scheme, then throw a TypeError.
```
Also, [previous spec discussion][2] concludes that http localhost should be supported in addition to https urls.
[1]: https://fetch.spec.whatwg.org/#dom-window-fetchlater
[2]: whatwg/fetch#1647 (comment)
Bug: 440277813
Change-Id: I8a3257570ad8fbde5b2e7243fb024b7690d5d733
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6894278
Commit-Queue: Ming-Ying Chung <mych@chromium.org>
Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org>
Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1508981}
0 commit comments