πisEnabled
Method
function isEnabled(): Promise<boolean>;if(typeof window.alby !== 'undefined' && window.alby.isEnabled) {
const isEnabled = await window.alby.isEnabled();
// do something with the value
console.log(isEnabled)
}Demo
Last updated
Was this helpful?

