mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-03 16:10:29 +00:00
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:
@@ -323,6 +323,7 @@ pub fn zigValueToJs(self: *const Local, value: anytype, comptime opts: CallOpts)
|
||||
},
|
||||
|
||||
inline
|
||||
js.Array,
|
||||
js.Function,
|
||||
js.Object,
|
||||
js.Promise,
|
||||
|
||||
Reference in New Issue
Block a user