Make NodeList enumerable

This probably needs to be done for more types. Foundation is now in bridge, so
it should be easy to add.
This commit is contained in:
Karl Seguin
2026-02-26 08:57:42 +08:00
parent 1731dca5dd
commit ae6ab34e72
18 changed files with 98 additions and 32 deletions

View File

@@ -323,6 +323,7 @@ pub fn zigValueToJs(self: *const Local, value: anytype, comptime opts: CallOpts)
},
inline
js.Array,
js.Function,
js.Object,
js.Promise,