thegecko / webbluetooth

Node.js implementation of the Web Bluetooth Specification
https://thegecko.github.io/webbluetooth/
MIT License
141 stars 21 forks source link

QUESTION: `BluetoothDevice` and `BluetoothRemoteGATTServer` not declared #175

Closed hefler closed 3 months ago

hefler commented 3 months ago

Hi I'm getting around web bluetooth and this project — btw, thanks for the nice work! Is there any reason why BluetoothDevice and BluetoothRemoteGATTServer are not declared anywhere?

hefler commented 3 months ago

Fixed the issue by running

npm i @types/web-bluetooth -D

In my case using the web browser APIs sufficed (instead of using submodule). Would've been nice having that mentioned somewhere.