fix
This commit is contained in:
9
book/node_modules/undici/lib/web/fetch/symbols.js
generated
vendored
Normal file
9
book/node_modules/undici/lib/web/fetch/symbols.js
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
kUrl: Symbol('url'),
|
||||
kHeaders: Symbol('headers'),
|
||||
kSignal: Symbol('signal'),
|
||||
kState: Symbol('state'),
|
||||
kDispatcher: Symbol('dispatcher')
|
||||
}
|
Reference in New Issue
Block a user