v0.10.3
It's now possible to specify an object for denoUnstable, which can let you enable more fine-grained unstable flags.
new DenoWorker(echoScript, {
denoUnstable: {
temporal: true,
broadcastChannel: true,
},
});Node 12 is also now the minimum supported engine.