initial commit
This commit is contained in:
12
node_modules/websocket/lib/Validation.fallback.js
generated
vendored
Normal file
12
node_modules/websocket/lib/Validation.fallback.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*!
|
||||
* UTF-8 Validation Fallback Code originally from:
|
||||
* ws: a node.js websocket client
|
||||
* Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
module.exports.Validation = {
|
||||
isValidUTF8: function() {
|
||||
return true;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user