Skip to content

Commit

Permalink
docs(messaging): bring back removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Hp committed Jan 9, 2025
1 parent b6bbd1d commit c1c60e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/messaging/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export interface SendMessageOptions {
* Send message accepts either:
* - No arguments to send to background
* - A tabId number to send to a specific tab
* - A SendMessageOptions object to target a specific tab and/or frame
* - A SendMessageOptions object to target a specific tab and frame
*
* You cannot message between tabs directly. It must go through the background script.
*/
export type ExtensionSendMessageArgs = [arg?: number | SendMessageOptions];

Expand Down

0 comments on commit c1c60e2

Please sign in to comment.