capricorn86 / happy-dom

A JavaScript implementation of a web browser without its graphical user interface
MIT License
3.08k stars 185 forks source link

fix: [#1442] It is common do make dynamic imports in connectedCallbac… #1443

Closed capricorn86 closed 1 month ago

capricorn86 commented 1 month ago

…k() of a web component. As Happy DOM doesn't have support for dynamic imports using waitUntilComplete(), a temporary fix has been added to hook into promises returned by connectedCallback().