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: graduate Blob from experimental and expose as global #41270

Closed
wants to merge 3 commits into from

Commits on Dec 21, 2021

  1. buffer: graduate Blob from experimental

    It's time.
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a7bc0c9 View commit details
    Browse the repository at this point in the history
  2. buffer: expose Blob as a global

    `Blob` is defined as a global in the spec. We have WPT's for it,
    and it's graduated experimental. Time to expose it as a global.
    
    Signed-off-by: James M Snell <[email protected]>
    jasnell committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7806b91 View commit details
    Browse the repository at this point in the history
  3. [Squash] nits

    jasnell authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    fc516f3 View commit details
    Browse the repository at this point in the history