Fails on Internet Explorer #77

Closed
opened 2016-11-04 08:22:29 -05:00 by drpiou · 1 comment
drpiou commented 2016-11-04 08:22:29 -05:00 (Migrated from github.com)

Hi,

I have an error on Internet Explorer which falls back everytime to classical switch page with refresh.
I checked the pjax code and I saw that the function document.implementation.createHTMLDocument was in use with no parameters (which I also saw was optional).

But, I finally found workaround to my bug and make IE working great with pjax by simply giving an argument to createHTMLDocument, like 'pjax' for example.

Hi, I have an error on Internet Explorer which falls back everytime to classical switch page with refresh. I checked the pjax code and I saw that the function `document.implementation.createHTMLDocument` was in use with no parameters (which I also saw was optional). But, I finally found workaround to my bug and make IE working great with pjax by simply giving an argument to `createHTMLDocument`, like `'pjax'` for example.
lacrioque commented 2017-11-02 07:02:33 -05:00 (Migrated from github.com)

Thank you very much!
It is implemented now

Thank you very much! It is implemented now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iLoveElysia/pjax#77