be-dispatching
v0.0.1
Published
Dispatch event from enhanced element with specified name.
Downloads
4
Maintainers
Readme
be-dispatching
Dispatch event from enhanced element with specified name.
Example 1
<input be-dispatching='of bubbling, composed, cancelable, replacing event 402735ed-b9e8-4ef4-9e0d-3a6b385de863 on change.'>
Example 2
<input be-dispatching='of bubbling, composed, cancelable, replacing event 402735ed-b9e8-4ef4-9e0d-3a6b385de863.'>
Dispatches on input event by default.
Viewing Demos Locally
Any web server that can serve static files will do, but...
- Install git.
- Fork/clone this repo.
- Install node.js.
- Open command window to folder where you cloned this repo.
npm install
npm run serve
- Open http://localhost:3030/demo/ in a modern browser.
Running Tests
> npm run test
Using from ESM Module:
import 'be-dispatching/be-dispatching.js';
Using from CDN:
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-dispatching';
</script>