Cloudflare Rocket loader load javascript asynchronously. Async attribute in javascript tag does the same thing but it depend on browser.
If a script has async attribute and it also use rocket loader, can it create some kind of issue? or is it better to disable async attribute if we are using rocket loader for that particular script?
Have a read there, its super easy
Since I dont know the script, NOR how it does play together with other scripts, I can’t answer your question about if disabling “async” will affect it or not.