INNER CODE UNIT · JavaScript

data

moddio/taro · engine/components/network/net.io/net.io-server/index.js:131

	var data = function (key, value) {
		if (key !== undefined) {
			if (value !== undefined) {
				this._data[key] = value;

				return this;
			}

			return this._data[key];
		}
	};

	// Create a new Class that inherits from this class
	Class.extend = function () {
		var _super = this.prototype;
		var name;
		var prototype;
		// Set prop to the last argument passed

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…