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

[Fizz] Fallback to client replaying actions if we're trying to serialize a Blob #28987

Merged
merged 2 commits into from
May 8, 2024

Commits on May 3, 2024

  1. Fallback to client replaying actions if we're trying to serialize a Blob

    Testing this is a bit annoying because JSDOM doesn't have any of the
    Blob methods but the Blob needs to be compatible with FormData and the
    FormData needs to be compatible with <form> nodes in these tests.
    I had to skip testing things like the content of the blob.
    sebmarkbage committed May 3, 2024
    Configuration menu
    Copy the full SHA
    804dddb View commit details
    Browse the repository at this point in the history
  2. Polyfill Blob methods

    sebmarkbage committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8dc0498 View commit details
    Browse the repository at this point in the history