Open Hanaasagi opened 11 months ago
https://github.com/oven-sh/bun/blob/22818e6806cfff66804a74bdbd71f90d195f8183/src/bun.js/bindings/exports.zig#L2963-L2964 https://github.com/oven-sh/bun/blob/22818e6806cfff66804a74bdbd71f90d195f8183/src/bun.js/bindings/bindings.cpp#L4425
const url = new URL("https://www.google.com");
console.log(Object.getOwnPropertyNames(url)); // []
What version of Bun is running?
1.0.13+f5bf67bd1
What platform is your computer?
Linux 6.6.2-arch1-1 x86_64 unknown
What steps can reproduce the bug?
What is the expected behavior?
show the diff
What do you see instead?
Additional information
No response