source:
trip-planner-front/node_modules/ws/lib/constants.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 268 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | |
3 | module.exports = { |
4 | BINARY_TYPES: ['nodebuffer', 'arraybuffer', 'fragments'], |
5 | GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11', |
6 | kStatusCode: Symbol('status-code'), |
7 | kWebSocket: Symbol('websocket'), |
8 | EMPTY_BUFFER: Buffer.alloc(0), |
9 | NOOP: () => {} |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.