We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5403a58 commit ada5421Copy full SHA for ada5421
tests/unit-global/es.uint8-array.set-from-base64.js
@@ -31,7 +31,7 @@ if (DESCRIPTORS) QUnit.test('Uint8Array.prototype.setFromBase64', assert => {
31
const array = new Uint8Array(16);
32
array.buffer.transfer();
33
34
- assert.throws(() => array.setFromHex('SGVsbG8gV29ybGQ='), TypeError, 'detached');
+ assert.throws(() => array.setFromBase64('SGVsbG8gV29ybGQ='), TypeError, 'detached');
35
}
36
37
// Test262
0 commit comments