mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
parent
7b882cc05f
commit
50f69a6996
2 changed files with 2 additions and 3 deletions
|
@ -355,7 +355,7 @@
|
|||
* @param {Blob} blob
|
||||
* @param {string} [encoding]
|
||||
*/
|
||||
readAsText(blob, encoding) {
|
||||
readAsText(blob, encoding = undefined) {
|
||||
webidl.assertBranded(this, FileReader);
|
||||
const prefix = "Failed to execute 'readAsBinaryString' on 'FileReader'";
|
||||
webidl.requiredArguments(arguments.length, 1, { prefix });
|
||||
|
|
|
@ -16339,7 +16339,6 @@
|
|||
"FileList interface: existence and properties of interface prototype object's @@unscopables property",
|
||||
"FileList interface: operation item(unsigned long)",
|
||||
"FileList interface: attribute length",
|
||||
"FileReader interface: operation readAsText(Blob, optional DOMString)",
|
||||
"FileReader interface: attribute onloadstart",
|
||||
"FileReader interface: attribute onprogress",
|
||||
"FileReader interface: attribute onload",
|
||||
|
@ -16852,4 +16851,4 @@
|
|||
"performance.setResourceTimingBufferSize in workers"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue