dis-moi / setting-code-snippet

Snippet of JavaScript that detects if the extension is installed and can push settings from a Website.
https://scs.lmem.net
MIT License
1 stars 0 forks source link

Consider adding a `installed` boolean property #3

Open bmenant opened 5 years ago

bmenant commented 5 years ago

Pros: sync (no need for a callback or a promise). Cons: sync (its value may change within a second and you don’t know about it).