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 ab5a625 commit 42a589eCopy full SHA for 42a589e
lib/internal/url.js
@@ -1104,7 +1104,6 @@ function installObjectURLMethods() {
1104
}
1105
1106
function revokeObjectURL(url) {
1107
-
1108
if (arguments.length === 0) {
1109
throw new ERR_MISSING_ARGS('url');
1110
test/parallel/test-url-revokeobjecturl.js
@@ -1,5 +1,4 @@
1
'use strict';
2
-const common = require('../common');
3
4
// Test ensures that the function receives the url argument.
5
0 commit comments