mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement read methods on FileReaderSync
This commit is contained in:
parent
3e8caa4679
commit
0fdafb08c8
9 changed files with 277 additions and 104 deletions
|
@ -34,6 +34,7 @@ interface DOMException {
|
|||
const unsigned short TIMEOUT_ERR = 23;
|
||||
const unsigned short INVALID_NODE_TYPE_ERR = 24;
|
||||
const unsigned short DATA_CLONE_ERR = 25;
|
||||
const unsigned short NOT_READABLE_ERR = 26;
|
||||
|
||||
// Error code as u16
|
||||
readonly attribute unsigned short code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue