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

buffer: introduce Blob #36811

Closed
wants to merge 4 commits into from
Closed

buffer: introduce Blob #36811

wants to merge 4 commits into from

Commits on Jan 15, 2021

  1. buffer: introduce Blob

    The `Blob` object is an immutable data buffer. This is a first step
    towards alignment with the `Blob` Web API.
    
    Signed-off-by: James M Snell <jasnell@gmail.com>
    jasnell committed Jan 15, 2021
    Copy the full SHA
    ec2c434 View commit details
    Browse the repository at this point in the history
  2. test: add wpt tests for Blob

    targos authored and jasnell committed Jan 15, 2021
    Copy the full SHA
    9471f6c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7dc7a80 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    76991dc View commit details
    Browse the repository at this point in the history