-
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
Add fetch monkeypatches to subresource-loading spec #708 #715
Conversation
This is a starting point of writing "fetch monkeypatches". There are still many TODOs remaining, but we can refine iteratively.
cc: @hiroshige-g. |
- Introduce Algorithms section - Introduce subsection for each algorithm
Thanks for the review. I restructured sections. Now it became much better. |
cc: @jyasskin just in case. |
cc: @yoavweiss just in case too. We are trying to have a spec for Subresource Loading with Web Bundles before sending "Intent to Ship". |
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.
Thanks for the review. Could you please take a look again? |
Thanks for the review. PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a comment
Thanks for the review! Let me merge this PR. |
SHA: aef4300 Reason: push, by @hayatoito Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: aef4300 Reason: push, by @hayatoito Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This is a starting point of writing "fetch monkeypatches".
There are still many TODOs remaining, but we can refine iteratively.
Preview | Diff