PlasmoHQ / plasmo

🧩 The Browser Extension Framework
https://www.plasmo.com
MIT License
10.03k stars 346 forks source link

feat: move the extRuntime into getExtRuntime #881

Closed crazyurus closed 7 months ago

crazyurus commented 7 months ago

Details

This PR will move the extRuntime into getExtRuntime. Because when the user has not installed the extension and the installation is completed, extRuntime already exists. However, the current extRuntime still an undefined value, and it is impossible to judge whether the installation is completed based on this.

After modification, extRuntime can be obtained in real time.

Code of Conduct

Contacts