syumai

Results 23 issues of syumai

* Pass `req.body` to handler as `body` prop in ctx. * Remove workaround using `decoder.decode(await readAll(req.body));`.

try non- `esm.sh` typescript module

* Parse .d.ts and create alias for them - https://deno.land/std/manual.md ## Patterns * Compiler hint ```ts // @deno-types="./vendor/https/deno.land/std/foo/bar.d.ts" import * as bar from "./bar.js"; ``` * Triple-slash reference in `.js`...

Add document to describe how to release new version of dem.

Compile Go into wasm and run test in JS land. https://github.com/syumai/denoio/blob/99abe35fbe76d8f6313d3bbed61a543b89d7830c/test/test.js

* ReadableStream can be closed by calling `cancel`. * This should be implemented. https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/cancel

* Implement Queues Consumer handler and add to Module Worker. - https://developers.cloudflare.com/queues/platform/javascript-apis/

enhancement

Add email handler support. https://developers.cloudflare.com/email-routing/email-workers/runtime-api/#syntax-es-modules

enhancement