sholladay / pogo

Server framework for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error TS2304: Cannot find name 'HeadersInit'.

GabCores opened this issue · comments

Hi there ,
While deno 1.0.0 compiling, I got this error in recent days,

error TS2304: Cannot find name 'HeadersInit'.
https://deno.land/x/pogo/lib/response.ts:7:15
7 headers?: HeadersInit,
~~~~~~~~~~~
Thanks in advance , great expectations on deno and new libraries

Hmm can you double check your Deno version? It should work on recent versions of Deno.

Duplicate of #23

Trying on new subversion rc2 and is working fine !.
Hoping stability and reliability will arrive soon !

Just updated Pogo's dependencies and CI is testing Deno 0.42.0, but the 1.0.0 release candidates should work too. Let me know if you have any other issues.