0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-13 09:35:13 +02:00
Epid 7e8f5a89aa fix(websocket): declare sharedworker as ES module and fix port cleanup
- Add export{} to declare websocket.sharedworker.ts as an ES module,
  preventing TypeScript TS2451 redeclaration errors caused by global
  scope conflicts with eventsource.sharedworker.ts
- Always delete port from sourcesByPort on close regardless of remaining
  subscriber count, preventing MessagePort keys from leaking in the Map
2026-03-30 06:38:04 +03:00
..
2026-03-29 10:24:30 +00:00
2026-03-29 10:24:30 +00:00
2026-02-11 03:22:33 +00:00
2026-03-27 04:39:24 +01:00
2026-03-23 07:49:25 +00:00