You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
idiomorph/README.md
Line 113 in f75fba1
idiomorph/src/idiomorph.js
Line 256 in f75fba1
README says it's "updated" or "removed" but it's actually "update" or "remove".
The text was updated successfully, but these errors were encountered: