XMLHTTPRequest icon indicating copy to clipboard operation
XMLHTTPRequest copied to clipboard

An implementation of the JavaScript XMLHTTPRequest object to extend JavaScriptCore.

Results 1 XMLHTTPRequest issues
Sort by recently updated
recently updated
newest added

Hi, It seems this will work only for text data. https://github.com/Lukas-Stuehrk/XMLHTTPRequest/blob/master/XMLHTTPRequest/XMLHTTPRequest.m#L73 Is it possible to do anything for binary data?