Skip to content

Conversation

@krichprollsch
Copy link
Member

No description provided.


var ln: u32 = 0;
while (walker.next()) |node| {
const other_element = node.is(Element) orelse continue;
Copy link
Collaborator

@karlseguin karlseguin Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (node.is(Element.Html.IFrame) != null) {
   ln += 1;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants