pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

Sync with upstream changes #10

Closed jpaquim closed 2 years ago

jpaquim commented 2 years ago

Update Deno runtime dependencies, in particular opine, addressing this issue: https://github.com/pluvial/svelte-adapter-deno/issues/5

Sync with the relevant upstream changes to @sveltejs/adapter-node, including the new init() call, and always returning the raw buffer from getRawBody().

Resolves https://github.com/pluvial/svelte-adapter-deno/issues/7. resolves https://github.com/pluvial/svelte-adapter-deno/issues/8