@Jennifer_Dungan if we add async in head tag it will start executing
script once it is downloaded and because of which it can block my
rendering if thread is in between parsing the html, so i want once html
rendering is complete then it should execute, which is basically
achieved by adding defer, but since right now launch doesn't support
defer, wanted to know is there any way i can achieve that my rendering
process gets complete then this script gets executed