All messages are utf-8 encoded.
A message consists of several fields
Each field is delimitered by a space (
), and each message is delimitered by a CRLF character (\r\n
).
"use strict"; | |
/*jshint esversion: 8 */ | |
/*jslint node: true */ | |
//var TEScramble = (function () { | |
var my = {}, | |
tabledata = [ | |
["h=t&sid=", "6="], | |
["objects=", "1="], | |
["sid=", "2="], |
I hereby claim:
To claim this, I am signing this object:
/*! | |
* pixi.js - v4.0.2 | |
* Compiled Wed Sep 21 2016 13:19:41 GMT+0100 (BST) | |
* | |
* pixi.js is licensed under the MIT License. | |
* http://www.opensource.org/licenses/mit-license | |
*/ | |
! function(t) { | |
if ("object" == typeof exports && "undefined" != typeof module) module.exports = t(); | |
else if ("function" == typeof define && define.amd) define([], t); |