非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。

msPlayToPrimary is a read/write property which gets or sets the primary DLNA PlayTo 设备。

This proprietary property is specific to Internet Explorer and Microsoft Edge.

句法

ptr = object.msPlayToPrimary;
					

Boolean value set to true indicates that the device is the primary DLNA PlayTo device, otherwise false.

范例

     // Microsoft extensions
     interface HTMLImageElement : HTMLElement
     {
                  attribute boolean msPlayToDisabled;
                  attribute boolean msPlayToPrimary;
                  attribute DOMString msPlayToPreferredSourceUri;
     };
					

另请参阅

元数据

  • 最后修改: