source: trip-planner-front/node_modules/ws/lib/constants.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 268 bytes
Line 
1'use strict';
2
3module.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.