Thrown when Ajax.get
or Ajax.post
receives a non-20X response code.
Thrown when Ajax.get
or Ajax.post
receives a non-20X response code.
Contains the XMLHttpRequest that resulted in that respons
Implicit class to deal with attributes as with normal mutable Map
Encapsulates a Color, allowing you to do useful work with it before serializing it to a String
Used to extend out javascript *Collections to make them usable as normal Scala Seq[*]s
Wraps dom.Storage replacing null-returning methods with option-returning ones
Wraps an XMLHttpRequest to provide an easy one-line way of making an Ajax call, returning a Future.
A list of the codes returned by KeyEvents.
The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').
The KeyboardEvent.key attribute of an event must always contain one of these control key or character values (even if the value is 'Unidentified').
If the key represents one of the set of printable control characters which has a Unicode character entry, such as the tab key, the KeyboardEvent.key attribute must have the key value (e.g., 'Tab').
Implementations that are unable to identify a key must use the key value 'Unidentified'.
Taken from http://www.w3.org/TR/DOM-Level-3-Events/#keys-special