[regression] Request module no longer compatible with Node.js
A regression seems to have been introduced in [31326] in the change to handlers.js.
Line 6 requires a module that tries to write html to the dom (which doesn't exist in Node):
'../selector/_loader' // only included for has() qsa tests
Change History (10)
Component: |
General →
IO
|
Milestone: |
tbd →
1.9.1
|
Owner: |
set to Bryan Forbes
|
Summary: |
Request module no longer compatible with Node.js →
[regression] Request module no longer compatible with Node.js
|
Description: |
modified (diff)
|
Priority: |
undecided →
blocker
|
Owner: |
changed from Bryan Forbes to Kitson Kelly
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
It is commit 54b0bc1 in GitHub? now.