Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "fix(ext/node): use primordials in ext/node/polyfills/https.ts (#26323)" #26613

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

bartlomieju
Copy link
Member

…s` (#26323)"

This reverts commit afb33b3.

Reverting because it caused a regression - #26612.

Closes #26612.

@bartlomieju
Copy link
Member Author

CC @jiang1997

@dsherret dsherret changed the title Revert "fix(ext/node): use primordials in `ext/node/polyfills/https.t… Revert "fix(ext/node): use primordials in ext/node/polyfills/https.ts (#26323)" Oct 29, 2024
@bartlomieju bartlomieju enabled auto-merge (squash) October 29, 2024 00:39
@bartlomieju bartlomieju merged commit 46e5ed1 into denoland:main Oct 29, 2024
17 checks passed
@bartlomieju bartlomieju deleted the revert_26323 branch October 29, 2024 00:44
@irbull
Copy link
Contributor

irbull commented Oct 29, 2024

Just built deno from source with this commit reverted and the issue no longer happens.

@petamoriken
Copy link
Contributor

It seems that the first argument of ObjectPrototypeIsPrototypeOf is wrong...

bartlomieju added a commit that referenced this pull request Oct 29, 2024
…s` (#26323)" (#26613)

…s` (#26323)"

This reverts commit afb33b3.

Reverting because it caused a regression -
#26612.

Closes #26612.
@jiang1997
Copy link
Contributor

It seems that the first argument of ObjectPrototypeIsPrototypeOf is wrong...

My bad. It should be URLPrototype.
I will try it later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node HTTPS Polyfill regression
5 participants