0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/ops
Bartek Iwańczuk 1b6181e434
refactor: factor out datagram from Deno.listen(), make it unstable (#4968)
This commit changes Deno.listen() API by factoring out datagram listeners to Deno.listenDatagram(). New Deno.listenDatagram() is unstable.
2020-04-28 21:46:39 +02:00
..
compiler.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
dispatch_json.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
dispatch_minimal.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
errors.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
fetch.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
fs.rs make utime unstable (#4955) 2020-04-27 21:14:47 -04:00
fs_events.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
io.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
mod.rs feat: Support Unix Domain Sockets (#4176) 2020-03-23 18:02:51 -04:00
net.rs refactor: factor out datagram from Deno.listen(), make it unstable (#4968) 2020-04-28 21:46:39 +02:00
net_unix.rs BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOptions (#4959) 2020-04-28 12:37:59 -04:00
os.rs loadavg and osRelease made unstable (#4938) 2020-04-27 18:00:19 -04:00
permissions.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
plugins.rs introduce unstable flag, make a few things unstable (#4892) 2020-04-25 09:31:54 -04:00
process.rs Make Deno.kill unstable (#4950) 2020-04-27 23:36:43 -04:00
random.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
repl.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
resources.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
runtime.rs BREAKING: Use LLVM target triple for Deno.build (#4948) 2020-04-28 12:35:23 -04:00
runtime_compiler.rs Make runtime compile ops unstable (#4912) 2020-04-27 09:59:34 -04:00
signal.rs signal APIs should require --unstable (#4926) 2020-04-27 13:38:23 -04:00
timers.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
tls.rs mark Deno.startTls as unstable (#4965) 2020-04-28 18:01:13 +02:00
tty.rs Make Deno.setRaw and Deno.isatty unstable (#4925) 2020-04-27 10:54:55 -04:00
web_worker.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
worker_host.rs remove bootstrap methods from global scope after bootstrapping (#4869) 2020-04-25 01:03:45 +02:00