Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Sep 27, 2024
1 parent 99733ea commit 12f23bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/CustomAttributeRegistry.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/CustomAttributeRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export class CustomAttributeRegistry {
attributes: true,
attributeOldValue: true,
attributeFilter: Array.from(this.#attrMap.keys()),
// attributeFilter: [...this._attrMap.keys()], // Broken in Oculus
// attributeFilter: this._attrMap.keys(), // This works in Chrome, but TS complains, and not clear if it should work in all browsers yet: https://github.com/whatwg/dom/issues/1092
// attributeFilter: [...this.#attrMap.keys()], // Broken in Oculus
// attributeFilter: this.#attrMap.keys(), // This works in Chrome, but TS complains, and not clear if it should work in all browsers yet: https://github.com/whatwg/dom/issues/1092
})
}

Expand Down

0 comments on commit 12f23bc

Please sign in to comment.