Closed
Description
Version: Deno 2.0.3
There is a regression in Deno 2.0.3 related to the Node Https Polyfill. The following worked fine in 2.0.2:
import {got} from 'npm:got';
await got.get('https://google.com').text();
After a bit of digging, it looks like it's this commit that caused the regression: afb33b3
I think this happens when the request
method with 3 args is used.
Metadata
Metadata
Assignees
Labels
No labels