taoeffect / vue-script2

Standardized, designer-friendly <script> behavior for your Single Page App
171 stars 15 forks source link

document.referrer when loaded #19

Closed smakinson closed 6 years ago

smakinson commented 6 years ago

I'm loading a 3rd party script it checks document.referrer when it runs. It seems they are unable to get the proper referrer. Should they be able to get that properly from a VueScript2.load() call? I wait until the promise resolves before calling their setup function.

taoeffect commented 6 years ago

I don't know, does the problem also exist with loadjs?

smakinson commented 6 years ago

Ya see the same with loadjs. Turns out I see the same not loading it this way at all, so you can probably close this.