@types/web-bluetooth
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -161,2 +161,3 @@ // Type definitions for Web Bluetooth | ||
interface Bluetooth extends EventTarget, BluetoothDeviceEventHandlers, CharacteristicEventHandlers, ServiceEventHandlers { | ||
getDevices(): Promise<BluetoothDevice[]>; | ||
getAvailability(): Promise<boolean>; | ||
@@ -163,0 +164,0 @@ onavailabilitychanged: (this: this, ev: Event) => any; |
{ | ||
"name": "@types/web-bluetooth", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "TypeScript definitions for Web Bluetooth", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5e9b253b950e85dac8442588c821af867e2005c739aee01b7bbc2a8adf6d364b", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "5bb2d3ba51d6f0340160dd04f1b38aa2c5f385ebf837d4ff7b6bae81819c9a80", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 13 Jul 2020 21:04:04 GMT | ||
* Last updated: Tue, 08 Sep 2020 12:35:24 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10116
152