-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
Description
FAIL report/test/renderer/dom-test.js
● DOM › safelySetBlobHref › sets href for safe blob types
TypeError: The "obj" argument must be an instance of Blob. Received an instance of Blob
178 | throw new Error('Unsupported blob type');
179 | }
> 180 | const href = URL.createObjectURL(blob);
| ^
181 | elem.href = href;
182 | }
183 |
at DOM.safelySetBlobHref (report/renderer/dom.js:180:22)
at report/test/renderer/dom-test.js:213:13
at Array.forEach (<anonymous>)
at Object.<anonymous> (report/test/renderer/dom-test.js:211:9)
Saw this in two different PRs, both for node 16