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

annevk commented on this pull request.



> @@ -1136,11 +1136,11 @@ the user agent must run the steps below.
 The {{FileReader/readAsText()}} method</h5>
 
 The {{FileReader/readAsText()}} method can be called with an optional parameter,
-<dfn argument for="FileReader/readAsText(blob, label), FileReader/readAsText(), FileReaderSync/readAsText(blob, label)" id="dfn-label">label</dfn>,
+<dfn argument for="FileReader/readAsText(blob, encoding), FileReader/readAsText(), FileReaderSync/readAsText(blob, encoding)" id="dfn-encoding">encoding</dfn>,

I'd somewhat prefer it if we kept the IDs unchanged or at least kept the old IDs working.

-- 
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#pullrequestreview-140187640

Received on Wednesday, 25 July 2018 07:18:52 UTC