Skip to content

ZebNoid/localFire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

localFire

Browser tabs sync event snippet

Example

localFire.on(data => {
    // process event on other tabs
    console.log(data);
});

setTimeout(() => {
    // send event to tabs
    localFire.send('some data');
}, 1000);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published