Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
You can make the Launch script load synchronously by removing the "async" attribute in the <script> tag. But by doing so, you lose all of the benefits of asynchronous code execution within the Launch library, e.g. all actions in a Rule will run synchronously. Make sure that that is your intended result too.
You can make the Launch script load synchronously by removing the "async" attribute in the <script> tag. But by doing so, you lose all of the benefits of asynchronous code execution within the Launch library, e.g. all actions in a Rule will run synchronously. Make sure that that is your intended result too.