Version
v26.8.1
Platform
Darwin MacBookAir.hsd1.az.comcast.net 25.6.0 Darwin Kernel Version 25.6.0: Fri Jul 31 19:17:12 PDT 2026; root:xnu-12377.161.14~5/RELEASE_ARM64_T8103 arm64
Subsystem
No response
What steps will reproduce the bug?
node -e "console.log(Object.prototype.toString.call(new URLPattern()))"
How often does it reproduce? Is there a required condition?
Always. No special required condition.
What is the expected behavior? Why is that the expected behavior?
Display [object URLPattern].
What do you see instead?
[object Object]
Additional information
No response
Version
v26.8.1
Platform
Subsystem
No response
What steps will reproduce the bug?
node -e "console.log(Object.prototype.toString.call(new URLPattern()))"
How often does it reproduce? Is there a required condition?
Always. No special required condition.
What is the expected behavior? Why is that the expected behavior?
Display
[object URLPattern].What do you see instead?
[object Object]
Additional information
No response