Skip to content

Feature request: Allow calling send methods without a reciever arg in webview - #67

Merged
dhuebner merged 1 commit into
mainfrom
dhuebner/handy-func-61
Sep 4, 2026
Merged

Feature request: Allow calling send methods without a reciever arg in webview#67
dhuebner merged 1 commit into
mainfrom
dhuebner/handy-func-61

Conversation

@dhuebner

@dhuebner dhuebner commented Sep 4, 2026

Copy link
Copy Markdown
Member

Adding handy shorthand functions for webvie as requested by #61

  • sendExtensionNotification(type: NotificationType<P>, params?: P)
  • sendExtensionRequest<P, R>(type: RequestType<P, R>, params?: P, cancelable?: CancellationToken)

@jonah-iden jonah-iden left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@dhuebner
dhuebner merged commit 196c9b7 into main Sep 4, 2026
1 check passed
@dhuebner
dhuebner deleted the dhuebner/handy-func-61 branch September 4, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants