B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent: Difference between revisions

replace any by sequence<DOMString> in attr event
(replace any by sequence<DOMString> in attr event)
 
Line 6: Line 6:
  interface BluetoothAttributeEvent : Event
  interface BluetoothAttributeEvent : Event
  {
  {
   readonly attribute any [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent#attrs|attrs]];
   [Cached, Constant] readonly attribute sequence<DOMString> [[B2G/Bluetooth/WebBluetooth-v2/BluetoothAttributeEvent#attrs|attrs]];
  // We don't support sequence in event codegen yet (Bug 1023762)
  // readonly attribute sequence<DOMString> attrs;
  };
  };


120

edits