MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / postMessage

Method postMessage

src/platform/common/application/types.ts:182–182  ·  view source on GitHub ↗

* Sends a message to the hosted html page

(message: WebviewMessage)

Source from the content-addressed store, hash-verified

180 * Sends a message to the hosted html page
181 */
182 postMessage(message: WebviewMessage): void;
183 /**
184 * Convert a uri for the local file system to one that can be used inside webviews.
185 *

Callers 8

rendererUtils.tsFile · 0.65
initializeCommsFunction · 0.65
initializeWidgetCommsFunction · 0.65
platform.tsFile · 0.65
renderImageMethod · 0.65
saveAsMethod · 0.65
openPlotMethod · 0.65

Implementers 2

NotebookCommunicationsrc/notebooks/controllers/notebookIPyW
VSCodeNotebookControllersrc/notebooks/controllers/vscodeNotebo

Calls

no outgoing calls

Tested by

no test coverage detected