mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Convert shim to Typescript (#32)
This commit is contained in:
10
ext/src/shim/cast/classes/Timeout.ts
Executable file
10
ext/src/shim/cast/classes/Timeout.ts
Executable file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
import * as timeouts from "../../timeout";
|
||||
|
||||
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.Timeout
|
||||
export default class Timeout {
|
||||
constructor () {
|
||||
Object.assign(this, timeouts);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user