Skip to content

Commit

Permalink
Update content-addressable-bundles.md
Browse files Browse the repository at this point in the history
- Add a link to issue WICG#638
- Add "URL integrity" to Goal
- Add "Resource Batch Preloading" to references
  • Loading branch information
hayatoito committed Mar 17, 2021
1 parent 3eec7b6 commit 05cbcba
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion explainers/content-addressable-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ other bundles.

## Participate

- [WICG/webpackage](https://github.com/WICG/webpackage/issues)
- [WICG/webpackage](https://github.com/WICG/webpackage/)
([#638](https://github.com/WICG/webpackage/issues/638))

<!-- TOC -->

Expand Down Expand Up @@ -112,6 +113,12 @@ a loading performance.
developers reproducible builds as well as giving a browser an opportunity to
improve their cache efficiency.

- URL integrity. Brave
[raised the concern](https://brave.com/webbundles-harmful-to-content-blocking-security-tools-and-the-open-web/)
that bundling systems could be used in a way where URLs are "rotated" between
different requests, making URLs less meaningful/stable. Content-Addressability
prevents this kind of undesired bahviors.

## Non-Goals

- Although this proposal aims to give a browser an opportunity to improve cache
Expand Down Expand Up @@ -613,6 +620,7 @@ Not yet.
- [Web Bundles]
- [Subresource Loading with Web Bundles]
- [Resource Bundles]
- [Resource Batch Preloading]
- [Bundling for the Web]
- [Dynamic bundle serving with Web Bundles]
- [NixOS]
Expand All @@ -638,3 +646,6 @@ Not yet.
https://deno.land/manual/linking_to_external_code#it-seems-unwieldy-to-import-urls-everywhere
[first contentful paint]: https://web.dev/first-contentful-paint/
[code splitting]: https://webpack.js.org/guides/code-splitting/
[import-maps]: https://github.com/WICG/import-maps
[resource batch preloading]:
https://gist.github.com/littledan/e01801001c277b0be03b1ca54788505e

0 comments on commit 05cbcba

Please sign in to comment.