Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w3c/FileAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: w3c/FileAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: read-rewrite
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 21, 2020

  1. Rewrite a lot of the internals of Blobs to make reading more explicit.

    This redefines how blobs work by adding internal slots and hooks to
    support Blob objects backed by various sources of data. By doing so this
    tries to make more explicit how various edge cases behave, as well as
    making it clear that blobs are immutable.
    
    This fixes #75, fixes #99, and fixes #47.
    It also lays the ground work to address w3c/webappsec-clear-site-date#49.
    
    This also fixes #71.
    mkruisselbrink committed May 21, 2020
    2 Configuration menu
    Copy the full SHA
    030d980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f35fe81 View commit details
    Browse the repository at this point in the history
Loading