mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 9f31d497bf87bdf5ebc3ba70b5cb9f87786f4071
This commit is contained in:
parent
1f64024655
commit
4bc7277be1
145 changed files with 3112 additions and 1980 deletions
|
@ -36,7 +36,7 @@ interface MediaSession {
|
|||
|
||||
void setActionHandler(MediaSessionAction action, MediaSessionActionHandler? handler);
|
||||
|
||||
void setPositionState(optional MediaPositionState? state);
|
||||
void setPositionState(optional MediaPositionState state = {});
|
||||
};
|
||||
|
||||
[Exposed=Window]
|
||||
|
|
|
@ -21,9 +21,9 @@ interface NDEFRecord {
|
|||
readonly attribute USVString mediaType;
|
||||
readonly attribute USVString id;
|
||||
|
||||
USVString? toText();
|
||||
[NewObject] ArrayBuffer? toArrayBuffer();
|
||||
[NewObject] any toJSON();
|
||||
USVString? text();
|
||||
[NewObject] ArrayBuffer? arrayBuffer();
|
||||
[NewObject] any json();
|
||||
sequence<NDEFRecord> toRecords();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue