source: node_modules/undici/lib/websocket/symbols.js@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 330 bytes
Line 
1'use strict'
2
3module.exports = {
4 kWebSocketURL: Symbol('url'),
5 kReadyState: Symbol('ready state'),
6 kController: Symbol('controller'),
7 kResponse: Symbol('response'),
8 kBinaryType: Symbol('binary type'),
9 kSentClose: Symbol('sent close'),
10 kReceivedClose: Symbol('received close'),
11 kByteParser: Symbol('byte parser')
12}
Note: See TracBrowser for help on using the repository browser.