mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Merge pull request #3746 from NN---/patch-17
Add global chrome object through window
This commit is contained in:
7
chrome/chrome.d.ts
vendored
7
chrome/chrome.d.ts
vendored
@@ -5,6 +5,13 @@
|
||||
|
||||
/// <reference path='../webrtc/MediaStream.d.ts'/>
|
||||
|
||||
////////////////////
|
||||
// Global object
|
||||
////////////////////
|
||||
interface Window {
|
||||
chrome: typeof chrome;
|
||||
}
|
||||
|
||||
////////////////////
|
||||
// Alarms
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user