forked from enviPath/enviPy
Current Dev State
This commit is contained in:
17
static/js/ketcher2/node_modules/ws/lib/BufferUtil.js
generated
vendored
Normal file
17
static/js/ketcher2/node_modules/ws/lib/BufferUtil.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
/*!
|
||||
* ws: a node.js websocket client
|
||||
* Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
var bufferUtil;
|
||||
|
||||
try {
|
||||
bufferUtil = require('bufferutil');
|
||||
} catch (e) {
|
||||
bufferUtil = require('./BufferUtil.fallback');
|
||||
}
|
||||
|
||||
module.exports = bufferUtil.BufferUtil || bufferUtil;
|
||||
Reference in New Issue
Block a user