summaryrefslogtreecommitdiff
path: root/src/lib/binaryXHR.js
AgeCommit message (Collapse)Author
2013-12-17Fix support for IE11, while keeping older IE versions still workingIgor Sfiligoi
2013-11-01Add support for other endianIgor Sfiligoi
2009-05-03Add argument to callbackFrank Wuerthwein
2009-02-08Return undefined for NaN.Frank Wuerthwein
2009-02-08Async func now returns the XHR objectFrank Wuerthwein
2009-02-06Big/little endian was only half supported, and since it is currently not ↵Frank Wuerthwein
used in other parts of the package, it has been completely removed
2009-02-06BinaryFile over XMLHttpRequestFrank Wuerthwein