Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
LukeHagar created a comment on a pull request on sveltejs/kit
Closing in favor of new PR #12973
LukeHagar closed a draft pull request on sveltejs/kit
Native support for Websockets
This PR is intended to add a path forward to natively support Websockets and similar protocols directly in SvelteKit by implementing an `UPGRADE` handler to be used similarly to existing `GET`, `PO...LukeHagar opened a pull request on sveltejs/kit
Native support for Websockets
This PR is a replacement to #12961 with a completely different Websocket implementation using `crossws` that should be fully compatible with all major runtimes. Functionality has been validated...LukeHagar pushed 1 commit to crossws LukeHagar/kit
- Migrated from hooks to server.js export named socket, validated functionality for different handlers at different URL... b69b2e0
LukeHagar created a comment on a pull request on sveltejs/kit
Yes the current approach I am working on with crossws would I believe have the adapter import occurring at the SK adapter level. Allowing for the same approach.
LukeHagar created a comment on a pull request on sveltejs/kit
Seems like implementing things this way instead would still be pretty straightforward, we would just need to change the root usage to be the shape crossws uses for routing, and do some work in the ...
LukeHagar created a comment on a pull request on sveltejs/kit
I take it back you can do different paths using [this feature](https://crossws.unjs.io/guide/resolver) of crossws
LukeHagar created a comment on a pull request on sveltejs/kit
[Here is an example](https://github.com/sveltejs/kit/compare/main...LukeHagar:kit:crossws) of the above discussed solution. This solution has some very specific differences which should be consi...
LukeHagar pushed 1 commit to crossws LukeHagar/kit
- example crossws implementation with `hooks.server.js` websocketHooks export d0b7f09
LukeHagar created a comment on a pull request on sveltejs/kit
Hey @Rich-Harris, We are also discussing in the Svelte Discord [here](https://discord.com/channels/457912077277855764/750401468569354431/1303766381774241883). What do you think about exposin...
LukeHagar pushed 10 commits to crossws LukeHagar/kit
- use pull_request_target (#12949) 557897a
- fix: warn on invalid cookie name characters (#12806) 951224d
- fix: set no-op proxy config to get Vite HTTPS working (#12907) c80b1d8
- Version Packages (#12952) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 425a005
- chore: run CI tests on Node 22 (#12954) 9d0230e
- fix: update broken links in JSDoc (#12960) * fix: update broken links in JSDoc * bump * I WILL STAB YOU 70246e6
- Version Packages (#12962) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 92e129e
- fix: update links in JSDoc (#12963) 5670357
- Version Packages (#12964) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> fc27361
- feat: add action failure helper (#12878) closes #12611 Exposes a helper method to check if a variable is an insta... 92b2686