mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
WebBluetooth API classes
This commit is contained in:
parent
00628704ca
commit
e7d70cfabf
28 changed files with 999 additions and 28 deletions
|
@ -218,6 +218,15 @@ mod create;
|
|||
#[deny(missing_docs, non_snake_case)]
|
||||
pub mod bindings;
|
||||
pub mod blob;
|
||||
pub mod bluetooth;
|
||||
pub mod bluetoothadvertisingdata;
|
||||
pub mod bluetoothcharacteristicproperties;
|
||||
pub mod bluetoothdevice;
|
||||
pub mod bluetoothremotegattcharacteristic;
|
||||
pub mod bluetoothremotegattdescriptor;
|
||||
pub mod bluetoothremotegattserver;
|
||||
pub mod bluetoothremotegattservice;
|
||||
pub mod bluetoothuuid;
|
||||
pub mod browsingcontext;
|
||||
pub mod canvasgradient;
|
||||
pub mod canvaspattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue