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 9d51dc8
Showing 1 changed file with 2 additions and 2 deletions.
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 9d51dc8

Please sign in to comment.