Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
C
 cancel
 changeDelay
 clear
D
 decode
E
 encode
G
 get
J
 JSON
 JSON.js
 JSONError
 JSONError.js
 JSONRequest
 JSONRequest.js
 JSONRequestError
 JSONRequestError.js
 JSTONE
 JSTONE.js
M
 message
 Methods-Private
 Methods-Public
N
 name
P
 post
 prepare
 Private
 Properties-Private
 Properties-Public
R
 read
 request
T
 toDate
W
 write
X
 xhr
this.cancel = function(i)
blocks a request and call user callback if request has been successful blocked adding 10 milliseconds as delay time for next interaction.
function changeDelay(a,
b)
adds arbitrary delay time to internal variable.
this.clear = function()
destroy every private object information.
this.decode = function()
decodes a valid JSON encoded string.
this.encode = function()
encode a generic JavaScript variable into a valid JSON string.
this.get = function(url,
done)
prepares a request and push them inside queue.
JSON
Stand alone or prototyped encode, decode or toDate public methods.
This object uses good practices to encode/decode quikly and a bit safer(*) every kind of JSON compatible variable.
Extends object Error
JSONRequest
Personal JSONRequest implementation with queue and multiple exception filters.
This object is based on JSONRequest “official” draft and allows developers to perform get or post Ajax requestes in a simple way.
Extends object Error
function JSTONE(JSON,
free,
clear)
Create a JSTONE instance.
JSTONE is a simple way to save temporary client informations.
this.post = function(url,
send,
done,
timeout)
prepares a request and push them inside queue.
function prepare(url,
send,
done,
timeout)
checks every user get or post method arguments.
this.read = function(key)
try to find a variable and return its value or undefined.
function request()
interval callback, performs one request using queue and next available index.
this.toDate = function()
transforms a JSON encoded Date string into a native Date object.
this.write = function(key,
value)
set a generic variable into selected namespace
function xhr()
creates a new XMLHttpRequest or ActiveX object.