David Reed
4b1acbf3c3
higher quality types for client methods
2023-06-13 23:06:33 -04:00
David Reed
dd655b938f
unused method
2023-06-13 22:57:00 -04:00
David Reed
a8c84e8926
V3 support, WebSocketApi
...
brought back the old WebSocket hook API
and added hooks for send() and readyState
2023-06-08 17:11:11 -04:00
David Reed
a645ac4653
add idb api
2023-02-24 22:47:40 -05:00
David Reed
fddd5cd698
Revert if in logic
...
See f0611a980c
Fixing these broke a lot of behavior
2022-11-23 13:11:00 -05:00
David Reed
71e7a4e48f
add JSDoc types to ctx
2022-11-23 12:52:56 -05:00
David Reed
561a1ee190
run ESLint
...
Several bugs were found (and fixed):
src/client/index.js:71
the following if() was equivalent to if (false in obj)
src/client/dom/element.js:207
the following if() was equivalent to if (!element || false in element)
src/client/rewrite/html.js:179
an undefined iterate() was referenced
2022-11-23 12:37:00 -05:00
David Reed
1a1bf9b500
npm events, expose EventEmitter via bundle
2022-11-19 19:57:18 -05:00
David Reed
32439bff19
cleanup websocket code
...
There should be less obvious leaks
WebSocket methods aren't hidden
2022-11-19 17:35:09 -05:00
David Reed
8f999e7236
prettier
2022-11-18 20:00:58 -05:00
David Reed
7674c39372
move to src directory
2022-09-15 17:11:11 -04:00