1.0.0 • Published 3 years ago

event-booster v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

Event Booster Logo


Performance based user interactions and event tracking

 const eventBooster = new EventBooster({ 
            withoutEvents: [],
            withCallbackAction: {
                load: function () {

                },
                cut: function () {

                },
                copy: function () {
                    
                },
                paste: function () {
                    
                },
                scroll: function () {
                    
                },
                click: function () {
                    
                },
                dblclick: function () {
                    
                },
                contextmenu: function () {
                    
                }
            },
            storageRootSettings: {
                browserType: true,
                setUserToken: '1ef-qweeglkf-qwet'
            },
            storageSettings: {
                innerText: true,
                browserType: true,
                withAttributes: true,
            }
        });
        const storage = eventBooster.getAllStorage();