#bruno224466
1 messages · Page 1 of 1 (latest)
Going forward, what is the best way to use stripe.js: 1. using script tag or 2. ES module?
Asynchronous loading of JavaScript is generally recommended:
https://stripe.com/docs/js/including#:~:text=Asynchronous loading of JavaScript is generally recommended
So using the npm module approach is better.