Merge pull request #28981 from DiceTechnology/feat/chrome-cast-unescape

Add missing unescape method to chrome.cast
This commit is contained in:
Jesse Trinity
2018-09-19 15:05:00 -07:00
committed by GitHub

View File

@@ -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