Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
268 bytes
|
Rev | Line | |
---|
[6a3a178] | 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.