razshare / sveltekit-sse

Server Sent Events with SvelteKit
https://www.npmjs.com/package/sveltekit-sse
MIT License
307 stars 9 forks source link

Patch browser detection #19

Closed Eddie1O closed 11 months ago

Eddie1O commented 11 months ago

Actually Deno has a global window object available.

https://deno.land/api@v1.39.0?s=Window

Recommended approach by Remix

razshare commented 11 months ago

I see. Makes sense to me! Thank you!