Skip to content

Conversation

@connorjclark
Copy link
Collaborator

fixes #12934

@connorjclark connorjclark requested a review from a team as a code owner August 18, 2021 19:35
@connorjclark connorjclark requested review from patrickhulce and removed request for a team August 18, 2021 19:35
@google-cla google-cla bot added the cla: yes label Aug 18, 2021
Copy link
Contributor

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 🕵️ !

if (!URL.createObjectURL) {
URL.createObjectURL = lameCOURL;
}
nativeCreateObjectURL = URL.createObjectURL;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a comment that we're shimming because the Node version of URL.createObjectURL isn't compatible with the jsdom blob type, at least at this time?

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! thanks @connorjclark :)

@patrickhulce patrickhulce merged commit 8a3f755 into master Aug 18, 2021
@patrickhulce patrickhulce deleted the node16-dom-test-blob branch August 18, 2021 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flaky test safelySetBlobHref

4 participants