@types/web
Advanced tools
Comparing version 0.0.39 to 0.0.40
@@ -138,2 +138,3 @@ ///////////////////////////// | ||
interface Navigator { | ||
/** Available only in secure contexts. */ | ||
requestMediaKeySystemAccess(keySystem: string, supportedConfigurations: Iterable<MediaKeySystemConfiguration>): Promise<MediaKeySystemAccess>; | ||
@@ -140,0 +141,0 @@ vibrate(pattern: Iterable<number>): boolean; |
{ | ||
"name": "@types/web", | ||
"version": "0.0.39", | ||
"version": "0.0.40", | ||
"description": "Types for the DOM, and other web technologies in browsers", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -50,2 +50,2 @@ ### `@types/web` - Types for the DOM and most web-related APIs | ||
You can read what changed in version 0.0.39 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.39. | ||
You can read what changed in version 0.0.40 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.40. |
Sorry, the diff of this file is too big to display
805578
16487