source: frontend/node_modules/ws/lib/constants.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • 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.