Zidan
Zidan2y ago

ReadableStream to JSON

i cant seem to get a JSON out of the request.body i attached pictures for the front end JS request code and back end Deno attempt of get the JSON obviously i am a noob so any help is greatly appreciated
6 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Zidan
Zidan2y ago
this is the error
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Zidan
Zidan2y ago
i tried await, got this error
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Zidan
Zidan2y ago
worked!, thanks a lot!!
More Posts
distinguis `netERR_CONNECTION_TIMED_OUT` from `netERR_CERT_AUTHORITY_INVALID`i get `net::ERR_CERT_AUTHORITY_INVALID` because i use self signed certs on the domain `localhost` nCommand doesn't work in deno task but works outside of deno taskThe command in question: ```(find . -name '*.js'; find . -name '*.as') | grep -v bundle | xargs wc -How do I patch a std api?Hello. This person posted in this command that they "patched" the `vm.isContext` function to returnMonkey patch Broadcast Channel to send messages to current contextEssentially what I want to do is be able to connect to `new BroadcastChannel("test_channel");` whichDynamically imported module evaluation is still pendingI'm very confused on the error i put as the title because in my program i'm trying to just import soHow to setup CORS with serve? I get 403 forbidden.I've setup the following headers (OPTIONS response): ``` new Response(null, { status: 204, headeDynamic npm imports don't workHey there. It looks like dynamic imports don't work with `npm` specifiers. For example: ``` await iUnable to make local session persistence with Firebase Auth on Deno FreshHello I'm running a basic app for testing firebase auth. My implementation is as follows: - The finewbie help on deploying first project to denoI asked on deno github and was told to ask on discord: https://github.com/denoland/deno/discussions/How to exclude vendor directory from test coverage?https://deno.land/manual@v1.25.4/testing/coverage Here it says by default it will exclude `test\.(ts