-
Notifications
You must be signed in to change notification settings - Fork 118
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
Specification for "Subresource Loading with Web Bundles" #708
Comments
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Feb 9, 2022
This is just a starting boilarplace of subresource-loading spec. Also updates Github workflow to know whether we can generates *.html from *.bs correctly or not.
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Feb 9, 2022
This is just a starting boilarplace of subresource-loading spec. Also updates Github workflow to know whether we can generates *.html from *.bs correctly or not.
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Feb 9, 2022
This is just a starting boilarplate of subresource-loading spec, tracked in WICG#708. Also updates Github workflow to know whether we can generate *.html from *.bs correctly or not.
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Feb 9, 2022
This is just a starting boilerplate of subresource-loading spec, tracked in WICG#708. Also updates GitHub workflow to know whether we can generate *.html from *.bs correctly or not.
hayatoito
added a commit
that referenced
this issue
Feb 17, 2022
Add a boilerplate for subresource-loading spec #708
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Mar 3, 2022
This is a starting point of writing "fetch monkeypatches". There are still many TODOs remaining, but we can refine iteratively.
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Mar 7, 2022
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Mar 7, 2022
Format the file, using 2 indent so that we can mechanicaly format this file. We can format this file with `prettier`. Example: $ cat subresource-loadinge.md | prettier --prose-wrap=always \ --stdin-filepath "dummy.md" This change also contains minor editorial changes.
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Mar 7, 2022
hayatoito
added a commit
to hayatoito/webpackage
that referenced
this issue
Mar 7, 2022
hayatoito
added a commit
that referenced
this issue
Mar 7, 2022
Add fetch monkeypatches to subresource-loading spec #708
Note: link to the spec (WIP). |
This was referenced Apr 7, 2022
We merged #721. I think the most basic parts are done by that. Although there are still remaining non-significant issues, let me close this issue for now. Remaining issues can be tracked as the specification's internal issues or at each GitHub issue (#728, #676). We'll address these issues soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The context is here: #699 (comment)
Let's use this issue to track our efforts to have a specification of Subresource loading with Web Bundles.
The specification includes, but not limited to:
The text was updated successfully, but these errors were encountered: