1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/cli/js
Trevor Manz cf3229a4aa
feat(jupyter): send Jupyter messaging metadata with Deno.jupyter.broadcast (#20714)
Exposes
[`metadata`](https://jupyter-client.readthedocs.io/en/latest/messaging.html#metadata)
to the `Deno.jupyter.broadcast` API.

```js
await Deno.jupyter.broadcast(msgType, content, metadata);
```

The metadata is required for
[`"comm_open"`](https://github.com/jupyter-widgets/ipywidgets/blob/main/packages/schema/messages.md#instantiating-a-widget-object-1)
for with `jupyter.widget` target.
2023-10-13 00:39:29 +02:00
..
40_jupyter.js feat(jupyter): send Jupyter messaging metadata with Deno.jupyter.broadcast (#20714) 2023-10-13 00:39:29 +02:00
40_testing.js perf(test): use fast ops for deno test register (#20670) 2023-09-26 02:21:18 +00:00
99_main.js feat(unstable): add Deno.jupyter.broadcast API (#20656) 2023-09-27 02:21:06 +02:00