Is it possible for a custom element that’s written as a web component to invoke a Corvid Web Module function?
Currently I’m calling a Corvid Web Module function inside the web component’s connectedCallback(). When I do this, I get the error " ReferenceError: Can’t find variable: elementorySupport".
If I try calling the same web module function inside a page’s code inside $w.onReady(), everything works fine. However, from what I can tell, a custom element that’s a web component doesn’t have access to $w.