mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Fix Port types
This commit is contained in:
2
ext/src/global.d.ts
vendored
2
ext/src/global.d.ts
vendored
@@ -82,7 +82,7 @@ declare namespace browser.events {
|
||||
|
||||
declare namespace browser.runtime {
|
||||
interface Port {
|
||||
error: { message: string };
|
||||
error?: { message: string };
|
||||
|
||||
/**
|
||||
* https://git.io/fjmzb
|
||||
|
||||
Reference in New Issue
Block a user