Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback beforeAttributeUpdated mutationType discrepancy #59

Closed
ne0-cz opened this issue Jul 13, 2024 · 1 comment
Closed

Callback beforeAttributeUpdated mutationType discrepancy #59

ne0-cz opened this issue Jul 13, 2024 · 1 comment

Comments

@ne0-cz
Copy link

ne0-cz commented Jul 13, 2024

| beforeAttributeUpdated(attributeName, node, mutationType) | Called before an attribute on an element. `mutationType` is either "updated" or "removed" | return false to not update or remove the attribute |

* @param updateType {("update"|"remove")}

README says it's "updated" or "removed" but it's actually "update" or "remove".

MichaelWest22 added a commit that referenced this issue Jan 31, 2025
documentation had updated and removed instead of update and remove.  see #59
@MichaelWest22
Copy link
Collaborator

Thanks fixed the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants