mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 17:49:58 +00:00
Add newer cast API additions and stub methods
This commit is contained in:
9
ext/src/shim/cast/classes/CredentialsData.ts
Normal file
9
ext/src/shim/cast/classes/CredentialsData.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.CredentialsData
|
||||
export default class DialRequest {
|
||||
constructor (
|
||||
public credentials: string
|
||||
, public credentialsData: string) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user