mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Convert shim to Typescript (#32)
This commit is contained in:
9
ext/src/shim/cast/classes/SenderApplication.ts
Executable file
9
ext/src/shim/cast/classes/SenderApplication.ts
Executable file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.SenderApplication
|
||||
export default class SenderApplication {
|
||||
public packageId: string = null;
|
||||
public url: string = null;
|
||||
|
||||
constructor (public platform: string) {}
|
||||
};
|
||||
Reference in New Issue
Block a user