mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Updates Bluetooth type to use BufferSource
This commit is contained in:
parent
5bf2e71407
commit
ef0e93c9b1
4 changed files with 17 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue