import { createPromiseWithResolvers } from "https://dotland.deno.dev/x/oak@v17.1.2/utils/create_promise_with_resolvers.ts";
Offloads to the native Promise.withResolvers
when available.
Currently Node.js does not support it, while Deno does.
x/oak/utils/create_promise_with_resolvers.ts>createPromiseWithResolvers
import { createPromiseWithResolvers } from "https://dotland.deno.dev/x/oak@v17.1.2/utils/create_promise_with_resolvers.ts";
Offloads to the native Promise.withResolvers
when available.
Currently Node.js does not support it, while Deno does.