Add a preference to control ImageBitmap while it's incomplete.

This commit is contained in:
Josh Matthews 2020-05-22 14:32:12 -04:00
parent f6f1648e56
commit d3867c32db
10 changed files with 11 additions and 7 deletions

View file

@ -10,7 +10,7 @@
*/
//[Exposed=(Window,Worker), Serializable, Transferable]
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), Pref="dom.imagebitmap.enabled"]
interface ImageBitmap {
readonly attribute unsigned long width;
readonly attribute unsigned long height;