commit
This commit is contained in:
parent
13ec9babde
commit
68f4b60012
1429 changed files with 2481 additions and 272836 deletions
7
node_modules/undici/lib/fetch/webidl.js
generated
vendored
7
node_modules/undici/lib/fetch/webidl.js
generated
vendored
|
@ -51,6 +51,13 @@ webidl.argumentLengthCheck = function ({ length }, min, ctx) {
|
|||
}
|
||||
}
|
||||
|
||||
webidl.illegalConstructor = function () {
|
||||
throw webidl.errors.exception({
|
||||
header: 'TypeError',
|
||||
message: 'Illegal constructor'
|
||||
})
|
||||
}
|
||||
|
||||
// https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
|
||||
webidl.util.Type = function (V) {
|
||||
switch (typeof V) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue