mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #3803 from B4dM4n/chrome_runtime_disconnect
Update chrome.runtime
This commit is contained in:
Vendored
+2
-1
@@ -1545,7 +1545,8 @@ declare module chrome.runtime {
|
||||
}
|
||||
|
||||
interface Port {
|
||||
postMessage: Function;
|
||||
postMessage: (message: Object) => void;
|
||||
disconnect: () => void;
|
||||
sender?: MessageSender;
|
||||
onDisconnect: chrome.events.Event;
|
||||
onMessage: PortMessageEvent;
|
||||
|
||||
Reference in New Issue
Block a user