commit
This commit is contained in:
parent
a15c733e45
commit
2a5130cbda
2838 changed files with 288613 additions and 0 deletions
15
node_modules/undici/lib/websocket/symbols.js
generated
vendored
Normal file
15
node_modules/undici/lib/websocket/symbols.js
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
kWebSocketURL: Symbol('url'),
|
||||
kReadyState: Symbol('ready state'),
|
||||
kController: Symbol('controller'),
|
||||
kResponse: Symbol('response'),
|
||||
kExtensions: Symbol('extensions'),
|
||||
kProtocol: Symbol('protocol'),
|
||||
kBinaryType: Symbol('binary type'),
|
||||
kClosingFrame: Symbol('closing frame'),
|
||||
kSentClose: Symbol('sent close'),
|
||||
kReceivedClose: Symbol('received close'),
|
||||
kByteParser: Symbol('byte parser')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue