Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider to add "webbundle" to Request destination #1120

Open
hayatoito opened this issue Dec 2, 2020 · 0 comments
Open

Consider to add "webbundle" to Request destination #1120

hayatoito opened this issue Dec 2, 2020 · 0 comments
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest

Comments

@hayatoito
Copy link
Member

Consider to add a new type request destination, webbundle.

WebBundle Explainer is here.

webbundle destination should be used if and only if fetching a bundle from a <link> element whose rel attribute is webbundle, such as

<link rel=webbundle href="https://example.com/foo.wbn" resources="...">

By having that, a site who serves a webbundle, such as example.com in the example, can distinguish a request from a <link rel=webbundle ...> and other cases. They might want to serve foo.wbn only when a request's destination is webbundle.

@annevk annevk added addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest labels Dec 2, 2020
hayatoito added a commit to hayatoito/webpackage that referenced this issue Feb 19, 2021
This is a sort of a monky patch until the upstream issue,
whatwg/fetch#1120, is resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest
Development

No branches or pull requests

2 participants