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
Update all DOM I/O to use asynchronous fastdom operations.
Use it in strict mode when in development so we catch any silly errors.
Release mode should be lighter-weight and not involve bundling the heavy strict-mode plugin.
There is currently no mechanism to support this target-specific bundling (beyond the gruntfile)
The text was updated successfully, but these errors were encountered:
https://github.com/wilsonpage/fastdom
Update all DOM I/O to use asynchronous fastdom operations.
Use it in strict mode when in development so we catch any silly errors.
Release mode should be lighter-weight and not involve bundling the heavy strict-mode plugin.
There is currently no mechanism to support this target-specific bundling (beyond the gruntfile)
The text was updated successfully, but these errors were encountered: