mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
This commit improves error messages for unstable APIs: - `--unstable-broadcast-channel` - `--unstable-cron` - `--unstable-http` - `--unstable-kv` - `--unstable-temporal` By providing information and hints what went wrong and how the error can be fixed. It reuses the same infra that was added in https://github.com/denoland/deno/pull/21764.
1 line
31 B
TypeScript
1 line
31 B
TypeScript
new BroadcastChannel("hello");
|