Bug 1527483 [wpt PR 15346] - Update interfaces/web-bluetooth.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/web-bluetooth.idl (#15346)

Source: https://github.com/tidoust/reffy-reports/blob/621901f/whatwg/idl/web-bluetooth.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/492012964
--

wpt-commits: 88cb9e746220d069ddbb6098a2e49b35afabf1f0
wpt-pr: 15346
This commit is contained in:
autofoolip 2019-03-05 11:09:28 +00:00 committed by James Graham
parent eda162c89f
commit 0d9870c2f3

View File

@ -199,6 +199,7 @@ interface mixin CharacteristicEventHandlers {
[SecureContext]
interface mixin BluetoothDeviceEventHandlers {
attribute EventHandler onadvertisementreceived;
attribute EventHandler ongattserverdisconnected;
};