[w3c/FileAPI] Change label to encoding for FileReader.readAsText (#106)

Along with `FileReaderSync`, of course.

Before:

    readAsText(blob[, label])

After:

    readAsText(blob[, encoding])

(I have not run the bikeshedding tool to regenerate `index.html` as I'm not sure how to.)

Fixes #105 
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Change label to encoding for FileReader.readAsText

-- File Changes --

    M index.bs (16)

-- Patch Links --

https://github.com/w3c/FileAPI/pull/106.patch
https://github.com/w3c/FileAPI/pull/106.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/106

Received on Monday, 23 July 2018 17:19:37 UTC