Note some adjustments to the behaviour of res.set() and res.append() due to the Headers class changing in Deno ^1.9.0 to be specification compliant. Given it was previously non-compliant, these changes are being viewed as bug fixes rather than breaking changes.
Trace is also now considered a forbidden method by Deno.
Issue
No issue
Details
Support Deno
1.9.2
.Note some adjustments to the behaviour of
res.set()
andres.append()
due to theHeaders
class changing in Deno^1.9.0
to be specification compliant. Given it was previously non-compliant, these changes are being viewed as bug fixes rather than breaking changes.Trace is also now considered a forbidden method by Deno.
CheckList