You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Optimize the postMessage issue between webview page and vscode extension
8
8
9
-
When developing extensions using `webview`, there will be communication-related issues. This project provides communication solutions between `webview` and extension. If [@tomjs/vite-plugin-vscode](https://github.com/tomjs/vite-plugin-vscode) is used during the development phase, there will be delay issues due to intermediate forwarding.
9
+
Wrapped the official [@types/vscode-webview](https://www.npmjs.com/package/@types/vscode-webview) and added some methods.
10
10
11
11
## Install
12
12
@@ -23,42 +23,60 @@ npm add @tomjs/vscode-webview
23
23
24
24
## Documentation
25
25
26
+
-[API Document](https://www.jsdocs.io/package/@tomjs/vscode-webview) provided by [jsdocs.io](https://www.jsdocs.io).
26
27
-[index.d.ts](https://www.unpkg.com/browse/@tomjs/vscode-webview/dist/index.d.ts) provided by [unpkg.com](https://www.unpkg.com).
0 commit comments