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.
atob
btoa
1 parent d2f17ac commit dd1ea77Copy full SHA for dd1ea77
test/wpt/test-atob.js
@@ -5,13 +5,4 @@ const { WPTRunner } = require('../common/wpt');
5
6
const runner = new WPTRunner('html/webappapis/atob');
7
8
-// Needed to access to DOMException.
9
-runner.setFlags(['--expose-internals']);
10
-
11
-// Set a script that will be executed in the worker before running the tests.
12
-runner.setInitScript(`
13
- const { internalBinding } = require('internal/test/binding');
14
- const { atob, btoa } = require('buffer');
15
-`);
16
17
runner.runJsTests();
0 commit comments