wearrrrr
|
990b9c8f56
|
Make cookies dump to idb as an object instead of a string, makes debugging easier, adds a small bit of overhead.
|
2024-10-26 22:29:51 -05:00 |
|
Percs
|
cb3c433b69
|
Revert "move cookie logic to cookie.ts"
This reverts commit d3337de575 .
|
2024-10-15 13:32:31 -05:00 |
|
wearrrrr
|
d3337de575
|
move cookie logic to cookie.ts
|
2024-10-15 00:32:39 -05:00 |
|
wearrrrr
|
7bae982c2f
|
remove some redundancy
|
2024-10-14 23:36:09 -05:00 |
|
Toshit Chawda
|
7d7aa6575e
|
format???
|
2024-10-14 20:46:13 -07:00 |
|
wearrrrr
|
300d1d6d2b
|
Cookie saving to idb, I'm pretty sure this should be bug free
|
2024-10-14 22:24:34 -05:00 |
|
velzie
|
b6bdb674fb
|
merge
|
2024-10-13 10:21:54 -04:00 |
|
velzie
|
337134bcdc
|
refactor: delete codecs/ & self.$scramjet
|
2024-10-13 10:20:19 -04:00 |
|
Percs
|
70779ffe5b
|
chore: remove threading
|
2024-10-13 00:49:46 -05:00 |
|
wearrrrr
|
c3ccd8f238
|
lint fixes
|
2024-10-12 22:00:18 -05:00 |
|
wearrrrr
|
194ceb0fd0
|
oops that doesn't need to be there
|
2024-10-12 17:00:20 -05:00 |
|
Toshit Chawda
|
597e663d09
|
why does this not get added
|
2024-10-12 14:55:10 -07:00 |
|
wearrrrr
|
207f01992b
|
idbmap is no more
|
2024-10-12 16:40:59 -05:00 |
|
velzie
|
e1d654472e
|
nuke getlocalstorage thing
|
2024-10-12 15:03:37 -04:00 |
|
velzie
|
0edb4fcecf
|
nuke dataworker
|
2024-10-12 15:01:11 -04:00 |
|
velzie
|
4dfa47a2bf
|
refactor service worker to handle blobs properly
|
2024-10-12 10:58:15 -04:00 |
|
Percs
|
9db2842c95
|
chore: prettier
|
2024-10-10 23:03:39 -05:00 |
|
velzie
|
e2c3d3d651
|
ScramjetHandleResponseEvent
|
2024-10-10 20:53:06 -04:00 |
|
velzie
|
db837b42c7
|
fix some jank
|
2024-09-02 20:38:06 -04:00 |
|
wearrrrr
|
93b609932d
|
add lint command, lint and lint:fix project
|
2024-09-01 19:01:24 -05:00 |
|
velzie
|
7a9c990b01
|
support url base
|
2024-09-01 13:26:24 -04:00 |
|
velzie
|
ec0fb8b70a
|
fix data url workers
|
2024-08-31 18:26:17 -04:00 |
|
velzie
|
5f7a9d4bd4
|
fix workers
|
2024-08-31 11:28:01 -04:00 |
|
velzie
|
0939dd2b57
|
misc refactors
|
2024-08-31 11:01:51 -04:00 |
|
velzie
|
c1aecdf3a8
|
cookie communication
|
2024-08-24 17:54:28 -04:00 |
|
velzie
|
3bc8dd34b9
|
cookies
|
2024-08-10 15:03:54 -04:00 |
|
velzie
|
15bc9598c9
|
swruntime: implement fetch event
|
2024-08-02 21:57:33 -04:00 |
|
velzie
|
b180272b17
|
percs i swear to god
|
2024-07-31 13:14:06 -04:00 |
|
Percs
|
23e5fe2c51
|
prettier
|
2024-07-31 02:08:11 -05:00 |
|
Avad3
|
17b440ea37
|
start bootstrapper
|
2024-07-30 22:09:17 -04:00 |
|
velzie
|
f2fe8c1d5e
|
return fake serviceworkerregistration
|
2024-07-21 16:20:52 -04:00 |
|
velzie
|
0a81ae042b
|
postmessage plumbing
|
2024-07-20 13:31:24 -04:00 |
|
Percs
|
d6dd1d4ca3
|
prettier
|
2024-07-16 17:42:21 -05:00 |
|
velzie
|
d433f67d67
|
threads 🚀🚀🚀
|
2024-07-16 16:54:39 -04:00 |
|
velzie
|
838d4745d3
|
refactor: split worker.ts into multiple files
|
2024-07-16 13:21:24 -04:00 |
|
Percs
|
f9ad33069e
|
use Array.isArray instead of instanceof
|
2024-07-15 17:40:30 -05:00 |
|
velzie
|
c4f31be3ae
|
fix rewriter crashes (this code is bad)
|
2024-07-15 18:20:50 -04:00 |
|
velzie
|
408bf39ffd
|
various cooking
|
2024-07-15 14:38:53 -04:00 |
|
wearrrrr
|
ee94ec0df1
|
Various changes to make eslint more happy, null out navigator.sendBeacon to make errors less frequent.
|
2024-07-14 23:53:57 -05:00 |
|
Toshit Chawda
|
ddaea9b86a
|
fix formatting again
|
2024-07-14 18:25:21 -07:00 |
|
wearrrrr
|
be3b87e795
|
Add format script to package.json and format with prettier.
|
2024-07-14 20:18:28 -05:00 |
|
Toshit Chawda
|
546d30ca4e
|
add parseDomain
|
2024-07-14 17:01:05 -07:00 |
|
Toshit Chawda
|
92651ed66b
|
fix bad linters/browsers
|
2024-07-14 16:33:38 -07:00 |
|
Toshit Chawda
|
4906b71e47
|
semicolons
|
2024-07-14 16:31:36 -07:00 |
|
Toshit Chawda
|
56767f5b31
|
actually prettier
|
2024-07-14 16:22:34 -07:00 |
|
velzie
|
55b6666229
|
prettier
|
2024-07-14 19:17:49 -04:00 |
|
velzie
|
d0df4a8357
|
header flattening
|
2024-07-14 19:10:13 -04:00 |
|
Toshit Chawda
|
0414819252
|
fix the rebase
|
2024-07-14 14:14:58 -07:00 |
|
Toshit Chawda
|
51abf6577f
|
set on the host arg
|
2024-07-14 14:13:49 -07:00 |
|
Percs
|
c4e90a50ab
|
make scramjet shared object cleaner
|
2024-07-14 15:59:09 -05:00 |
|