[w3c/FileAPI] Re-add readAsBinaryString() (#44)

In spec drafts circa 2011 a readAsBinaryString() method was present, predating Typed Array and readAsArrayBuffer() support. Per https://github.com/w3c/FileAPI/issues/39 this is supported by all major browsers and used in a variety of libraries, so we should accept it as a web-compat necessity and specify it.
You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/FileAPI/pull/44

-- Commit Summary --

  * Re-add readAsBinaryString()

-- File Changes --

    M index.bs (80)
    M index.html (3343)

-- Patch Links --

https://github.com/w3c/FileAPI/pull/44.patch
https://github.com/w3c/FileAPI/pull/44.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/44

Received on Thursday, 14 July 2016 21:44:14 UTC