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

fix(ext/web): pass createImageBitmap when the argument type is Blob #23518

Merged
merged 5 commits into from May 7, 2024

Commits on Apr 24, 2024

  1. fix op_image_decode_png in createImageBitmap

    - pass buffer with Unit8Array when the type of argument is `Blob`
    - decode with `DynamicImage`
    Hajime-san committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    32145ce View commit details
    Browse the repository at this point in the history
  2. add unit test case

    Hajime-san committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    41247b6 View commit details
    Browse the repository at this point in the history
  3. revert op_image_decode_png

    Hajime-san committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    52eab19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2588a5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    30db3cf View commit details
    Browse the repository at this point in the history