Skip to content

v0.10.3

Choose a tag to compare

@tmcw tmcw released this 02 Feb 17:01
· 17 commits to master since this release
7bacc4f

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.