1. 19 3月, 2015 2 次提交
  2. 14 3月, 2015 1 次提交
  3. 11 3月, 2015 1 次提交
  4. 18 2月, 2015 1 次提交
  5. 17 2月, 2015 1 次提交
  6. 03 2月, 2015 1 次提交
  7. 23 1月, 2015 1 次提交
  8. 10 12月, 2014 1 次提交
  9. 06 12月, 2014 1 次提交
  10. 06 10月, 2014 1 次提交
  11. 23 9月, 2014 1 次提交
  12. 18 9月, 2014 1 次提交
    • 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
  13. 17 9月, 2014 2 次提交
  14. 06 9月, 2014 1 次提交
  15. 29 8月, 2014 1 次提交
  16. 27 8月, 2014 2 次提交