deno/cli/ops
Trevor Manz 7bcf1211a1
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-09-30 00:24:09 +02:00
..
bench.rs refactor: rewrite ops using i64/usize to op2 (#20647) 2023-09-23 14:04:47 +02:00
jupyter.rs feat(jupyter): send Jupyter messaging metadata with Deno.jupyter.broadcast (#20714) 2023-09-30 00:24:09 +02:00
mod.rs refactor(cli): make CliNpmResolver a trait (#20732) 2023-09-29 09:26:25 -04:00
testing.rs fix(cli/test): clear connection pool after tests (#20680) 2023-09-26 19:46:06 +09:00