Description
Determine if the extension is open (or closed).
💡
This method may be ustable on certain browsers. It has been tested and verified on chromium-based browsers. Use with caution.
Usage
sdk.sync.isOpen();
Response
boolean;
Example
let isOpened = sdk.sync.isOpen();
console.log(isOpened);
// true