svelte-adapter-deno icon indicating copy to clipboard operation
svelte-adapter-deno copied to clipboard

A SvelteKit adapter for Deno

Results 11 svelte-adapter-deno issues
Sort by recently updated
recently updated
newest added

```ts const res = await fetch('https://example-29544e.webflow.io'); ``` produces the following error > Cannot use keyword 'await' outside an async functionsvelte(parse-error) > 'await' expressions are only allowed within async functions and...