WebIDLpedia

ServiceEventHandlers interface mixin

Definition

Web Bluetooth defines ServiceEventHandlers



[SecureContext]
interface mixin ServiceEventHandlers {
  attribute EventHandler onserviceadded;
  attribute EventHandler onservicechanged;
  attribute EventHandler onserviceremoved;
};

Referring IDL interfaces/dictionaries