WebIDLpedia

DevicePosture interface

Definition

Device Posture API defines DevicePosture



[SecureContext, Exposed=(Window)]
interface DevicePosture : EventTarget {
  readonly attribute DevicePostureType type;
  attribute EventHandler onchange;
};

Methods and attributes that return objects implementing DevicePosture

Referring IDL interfaces/dictionaries