mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Enable strict mode for extension build
This commit is contained in:
@@ -6,7 +6,7 @@ import Timeout from "./Timeout";
|
||||
|
||||
// https://developers.google.com/cast/docs/reference/chrome/chrome.cast.SessionRequest
|
||||
export default class SessionRequest {
|
||||
public language: string = null;
|
||||
public language: (string | null) = null;
|
||||
public dialRequest: any = null;
|
||||
|
||||
constructor (
|
||||
|
||||
Reference in New Issue
Block a user