| commit | f522563b1a430b66d0e1c61cc9629c04d7550c02 | [log] [tgz] |
|---|---|---|
| author | jsbell <jsbell@chromium.org> | Fri Jul 22 18:05:43 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 18:07:11 2016 |
| tree | 38a83a2144dd1f4cb39c0302ec6dbbdd0742285f | |
| parent | 67a627d5b5687ac16a66bb92b76cac1bb416124e [diff] |
FileAPI: Remove TODOs around readAsBinaryString - it's back in the spec FileReader.readAsBinaryString() was removed from the spec after typed arrays became a thing. But all browsers kept shipping it, and it looks risky to remove, so it was added back to the spec. Remove the use counters and TODOs in the IDL files. R=foolip@chromium.org Review-Url: https://codereview.chromium.org/2171953002 Cr-Commit-Position: refs/heads/master@{#407202}