-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closer implementation of webBluetooth API #49
Copy link
Copy link
Open
Description
In order to closer follow method signatures of the web bluetooth API, i propose the following changes:
- argument of
writeValue,writeValueWithResponseandwriteValueWithoutResponseshould be of typeBufferSource - return type of
readValueshould bePromise<DataView>
This would make it easier to switch between web and node implementations.
I could implement this if you're interested in merging.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels