This commit is contained in:
IndieKKY
2024-10-06 13:13:53 +08:00
parent 15dde412e4
commit 5c37ea9d4e
3 changed files with 3 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { L2ReqMsg, L2ResMsg, MESSAGE_TO_EXTENSION_HANDSHAKE, MESSAGE_TO_EXTENSIO
export type PortContext = {
id: string
name: string
name: string //暂时没什么用
port: chrome.runtime.Port
portMessageHandler: Layer1Protocol
ready: boolean