Updates Bluetooth type to use BufferSource

This commit is contained in:
Anthony Urena 2018-03-24 19:40:38 -04:00
parent 5bf2e71407
commit ef0e93c9b1
4 changed files with 17 additions and 11 deletions

View file

@ -5,10 +5,8 @@
// https://webbluetoothcg.github.io/web-bluetooth/#bluetooth
dictionary BluetoothDataFilterInit {
// BufferSource dataPrefix;
sequence<octet> dataPrefix;
// BufferSource mask;
sequence<octet> mask;
BufferSource dataPrefix;
BufferSource mask;
};
dictionary BluetoothLEScanFilterInit {