Files
kiss-flixel/feedback-server/externs/js/html/IMSGraphicsTrust.hx

9 lines
231 B
Haxe

package js.html;
/**
The msGraphicsTrust() constructor returns an object that provides properties for info on protected video playback.
**/
typedef IMSGraphicsTrust = {
final constrictionActive : Bool;
final status : String;
};