mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
Merge pull request #28981 from DiceTechnology/feat/chrome-cast-unescape
Add missing unescape method to chrome.cast
This commit is contained in:
Vendored
+8
@@ -195,6 +195,14 @@ declare namespace chrome.cast {
|
||||
errorCallback: (error: chrome.cast.Error) => void
|
||||
): void
|
||||
|
||||
/**
|
||||
* @param {string} escaped A string to unescape.
|
||||
* @see https://developers.google.com/cast/docs/reference/chrome/chrome.cast#.unescape
|
||||
*/
|
||||
export function unescape(
|
||||
escaped: string
|
||||
): string
|
||||
|
||||
export class ApiConfig {
|
||||
/**
|
||||
* @param {!chrome.cast.SessionRequest} sessionRequest
|
||||
|
||||
Reference in New Issue
Block a user