mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Convert ext popup to typescript
This commit is contained in:
5
ext/src/global.d.ts
vendored
5
ext/src/global.d.ts
vendored
@@ -15,6 +15,11 @@ declare namespace browser.runtime {
|
||||
interface Port {
|
||||
error: { message: string };
|
||||
}
|
||||
|
||||
function connect (connectInfo: {
|
||||
name?: string
|
||||
, includeTlsChannelId?: boolean
|
||||
}): browser.runtime.Port;
|
||||
}
|
||||
|
||||
// Allow default attribute on <button>
|
||||
|
||||
Reference in New Issue
Block a user