mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement MediaError::Message
The spec says that it's ok to put an empty string in it if we don't have more informations.
This commit is contained in:
parent
b8c55e7da6
commit
eb0c1a53ad
4 changed files with 7 additions and 14 deletions
|
@ -11,4 +11,5 @@ interface MediaError {
|
|||
const unsigned short MEDIA_ERR_DECODE = 3;
|
||||
const unsigned short MEDIA_ERR_SRC_NOT_SUPPORTED = 4;
|
||||
readonly attribute unsigned short code;
|
||||
readonly attribute DOMString message;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue