mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
Add keys/values/entries/forEach/toString to DOMTokenList
This commit is contained in:
@@ -288,6 +288,7 @@ pub const Iterator = struct {
|
||||
|
||||
const Opts = struct {
|
||||
async: bool = false,
|
||||
null_as_undefined: bool = false,
|
||||
};
|
||||
|
||||
fn init(comptime T: type, comptime struct_or_func: anytype, comptime opts: Opts) Iterator {
|
||||
|
||||
Reference in New Issue
Block a user