All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.directives.x-cloak.js Maven / Gradle / Ivy

The newest version!
import { directive, prefix } from '../directives'
import { mutateDom } from '../mutation'

directive('cloak', el => queueMicrotask(() => mutateDom(() => el.removeAttribute(prefix('cloak')))))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy