mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
c2f97494f7
Closes #25377
5 lines
428 B
Text
5 lines
428 B
Text
Check file:///[WILDLINE]main.ts
|
|
error: TS2339 [ERROR]: Property 'listenDatagram' does not exist on type 'typeof Deno'. 'Deno.listenDatagram' is an unstable API. If not, try changing the 'lib' compiler option to include 'deno.unstable' or add a triple-slash directive to the top of your entrypoint (main file): /// <reference lib="deno.unstable" />
|
|
Deno.listenDatagram({
|
|
~~~~~~~~~~~~~~
|
|
at file:///[WILDLINE]/main.ts:5:6
|