mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update the WebIDL parser
This commit is contained in:
parent
2439672983
commit
e566bc7b1c
18 changed files with 1183 additions and 318 deletions
|
@ -16,9 +16,9 @@ dictionary BluetoothLEScanFilterInit {
|
|||
DOMString name;
|
||||
DOMString namePrefix;
|
||||
// Maps unsigned shorts to BluetoothDataFilters.
|
||||
MozMap<BluetoothDataFilterInit> manufacturerData;
|
||||
record<DOMString, BluetoothDataFilterInit> manufacturerData;
|
||||
// Maps BluetoothServiceUUIDs to BluetoothDataFilters.
|
||||
MozMap<BluetoothDataFilterInit> serviceData;
|
||||
record<DOMString, BluetoothDataFilterInit> serviceData;
|
||||
};
|
||||
|
||||
dictionary RequestDeviceOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue