Issue when using loadUrl : Cannot read property 'requestOptions' #127
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I'm using this lib with webpack, and everything work just fine. But when I try to use loadUrl() I got an error.
I got this error
I don't know if this is a bug or I'm missing some thing.
Thank you
With the help of the answer here
https://github.com/MoOx/pjax/issues/32#issuecomment-59639530
I managed to get it working by doing so :
Thanks.