OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 [ | |
haraken
2016/06/02 01:08:30
Add a link to the spec.
Zhiqiang Zhang (Slow)
2016/06/03 16:07:31
The spec change has not landed yet. Added a TODO s
| |
6 ConstructorCallWith=ExecutionContext, | |
7 Constructor(MediaArtworkInit artwork), | |
8 RuntimeEnabled=MediaSession, | |
9 ] interface MediaArtwork { | |
10 readonly attribute DOMString src; | |
11 readonly attribute DOMString sizes; | |
12 readonly attribute DOMString type; | |
13 }; | |
OLD | NEW |