Skip to content

Node HTTPS Polyfill regression #26612

Closed
@irbull

Description

@irbull

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions