aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/FileReader.webidl
Commit message (Collapse)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. ↵Josh Matthews2025-01-241-41/+0
| | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-4/+4
| | | | Fixes #27660
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-1/+2
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Implemented FileReader::readAsArrayBufferNikhil Shagrithaya2016-11-011-5/+4
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+2
|
* Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172farodin912015-07-231-0/+43