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

