Skip to content

Commit

Permalink
add a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 28, 2023
1 parent ac3cedd commit 109f538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-js/modules/web.url.can-parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var USE_NATIVE_URL = require('../internals/url-constructor-detection');
var URL = getBuiltIn('URL');

// https://github.com/nodejs/node/issues/47505
// https://github.com/denoland/deno/issues/18893
var THROWS_WITHOUT_ARGUMENTS = USE_NATIVE_URL && fails(function () {
URL.canParse();
});
Expand Down

0 comments on commit 109f538

Please sign in to comment.