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

stream: improve ArrayBufferView validation in respondWithNewView() #43866

Merged
merged 5 commits into from
Jul 24, 2022

Commits on Jul 17, 2022

  1. stream: improve respondWithNewView()

    This fixes validating an ArrayBufferView given to
    ReadableStreamBYOBRequest.respondWithNewView() to improve the web
    streams compatibility.
    
    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3dc3627 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. fixup: add a counter for passed tests

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    958ee56 View commit details
    Browse the repository at this point in the history
  2. fixup: add isViewedArrayBufferDetached in JS

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    593536f View commit details
    Browse the repository at this point in the history
  3. fixup: remove the c++ part

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    97408ed View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fixup: revert unnecessary test changes

    Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
    daeyeon committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ec99eb9 View commit details
    Browse the repository at this point in the history