timotheeg / nestrischamps

A web-based OCR and restreamer system for NES Classic Tetris players
MIT License
48 stars 11 forks source link

Replace custom query string parsing with the URL API #77

Closed timotheeg closed 3 years ago

timotheeg commented 3 years ago

TODO:

Use the modern URL API and its searchParams Class

timotheeg commented 3 years ago

Done in https://github.com/timotheeg/nestrischamps/pull/78