We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f1c7b commit b1e3d31Copy full SHA for b1e3d31
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