You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check https://deno.land/x/denoliver/mod.ts
error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream<R>'.
return res.readable.getIterator();
~~~~~~~~~~~
at https://deno.land/[email protected]/async/pool.ts:45:23
upon install with deno 1.16.1
The text was updated successfully, but these errors were encountered:
igk1972
pushed a commit
to igk1972/denoliver
that referenced
this issue
Dec 12, 2021
Hi, I have merged a fix for installing this on later versions of Deno >1.16. I will push a new release shortly!
It looks like Deno has implemented native HTTP support now, so I am planning to release a major version. If you want to partake or discuss the new major version, please do so here:
I am getting the error
upon install with deno 1.16.1
The text was updated successfully, but these errors were encountered: