Skip to content

Commit

Permalink
refactor(ext/fetch): use primordials in 01_fetch_util.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith committed Jul 6, 2021
1 parent 7a1fb3f commit 41e5538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/fetch/01_fetch_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"use strict";

((window) => {
const { TypeError } = window.__bootstrap.primordials;
function requiredArguments(
name,
length,
Expand Down

0 comments on commit 41e5538

Please sign in to comment.