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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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