Seems that something in 1.9.0 has regressed our ability to rely upon setPrototypeOf for constructing aspects of the response object. I have put in a patch, but probably worth exploring with the Deno community why this no longer works ( perhaps it wasn't meant to and a fix has gone into Deno, or it is meant to and something in 1.9.0 has introduced a bug into Deno? ).
Issue
Fixes #110
Details
1.9.0
and std0.93.0
Seems that something in
1.9.0
has regressed our ability to rely uponsetPrototypeOf
for constructing aspects of the response object. I have put in a patch, but probably worth exploring with the Deno community why this no longer works ( perhaps it wasn't meant to and a fix has gone into Deno, or it is meant to and something in1.9.0
has introduced a bug into Deno? ).CheckList