We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e3d31 commit d9f1ca6Copy full SHA for d9f1ca6
lib/internal/url.js
@@ -1104,6 +1104,7 @@ 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,4 +1,5 @@
1
'use strict';
2
+const common = require('../common');
3
4
// Test ensures that the function receives the url argument.
5
0 commit comments