import { createPromiseWithResolvers } from "https://deno.land/x/oak@v17.1.3/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://deno.land/x/oak@v17.1.3/utils/create_promise_with_resolvers.ts";
Offloads to the native Promise.withResolvers
when available.
Currently Node.js does not support it, while Deno does.