• M
    Allow ArrayBuffer and related views as data · 095a204c
    Mathieu Bruyen 提交于
    In order to push binary data under the form of ArrayBuffer and
    its related views (Int8Array, ...) one needs not to stringify
    those.
    
    For the XHR adapter there is nothing to do as it natively supports
    ArrayBuffer in req.send().
    
    Node's http adapter supports only string or Buffer thus a
    transformation to Buffer is required before setting content length
    header.
    095a204c
defaults.js 1.1 KB