FjordWarden
Explore posts from serversCan't upgrade request to websocket
I want to use a websocket in one of my middlewares.
But I keep getting an error saying I can't upgrade my connection:
I've googled this error but only find old results relating this error to the version of deno or oak lib where I run the latest deno (1.37.2) and oak (12.6.1).
11 replies
Read CSV files inside zip file using the web streams API
I need to read a number of csv files inside a zip file.
The basic example I've got working so far is the following:
The problem is that the chunk is some weird array of strings of numbers and not the row I would expect.
Any help would be welcome.
2 replies