feat: rename include_attributes to includeAttributes

This commit is contained in:
Simon
2026-02-02 17:24:08 +08:00
parent f86bb03745
commit 74aea50875
3 changed files with 5 additions and 5 deletions

View File

@@ -194,7 +194,7 @@ export class PageController extends EventTarget {
interactiveBlacklist: blacklist,
})
this.simplifiedHTML = dom.flatTreeToString(this.flatTree, this.config.include_attributes)
this.simplifiedHTML = dom.flatTreeToString(this.flatTree, this.config.includeAttributes)
this.selectorMap.clear()
this.selectorMap = dom.getSelectorMap(this.flatTree)