Showing 1-20 of 6,418 packages
React way to addEventListener
Super-simple wrapper around addEventListener and attachEvent (old IE). Does not handle different Event-objects.
Listen to one event via `addEventListener`, then resolve a Promise
Handling the addEventListener(s) using the hooks.
Issues mentioned in `README` should be solved by other approaches: - `.addEventListener()` is blazing fast and is not a real performance issue - to solve issues with ordering in case when regular DOM event propogation is not available consider to use thi
convenient addEventListener utility
Simple function for addEventListener() vs. addEvent()
extreme simple way to addEventListener
The DisposableEventListener is a wrapper around the native addEventListener method, which makes it easier to remove the handlers. By calling the returning function, the listener is removed
AddEventListener plugin for Vue
Simple wrapper for addEventListener that returns a cleanup function so you don't have to call removeEventListener manually. The rad part is that it works with typescript 🤯
Require a corresponding removeEventListener for each addEventListener
A library that brings high-level asynchronous gesture events to the web by extending the standard addEventListener interface. ☝🏾📱
`addEventListener` that takes options as an object and returns a function to remove the listener.
A Polyfill for ie8 addEventlistener and removeEventlistener functions.
`addEventListener` 함수를 react 생명주기에 맞게 사용할 수 있는 기능을 제공하는 라이브러리 입니다.
extend window addEventListener
``` document.getElementById('start').addEventListener('click', function() { cordova.plugin.dms.startReading(function(data) { alert(JSON.stringify(data)); }, function(message) { alert(message); }); }) ```
三维SDK # 核心类(Core) *** ### 引入 ```javascript import { initUePixelStreaming, addEventListener, removeEventListener } from '../Core/connect'; ``` <!-- ### 初始化 ```javascript const my3DCore = new Core() ``` --> #### 方法列表 - initUePixelStreaming---初始
tiny modular DOM lib for ie9+