Alexandre Dieulot
Alexandre Dieulot
That link is now dead. Do you have another one? You're talking about Safari 9.0 on OS X?
I’ve never really used the base tag. Could you (or someone else) explain what’s wrong with the way InstantClick works related to base tags? Disclaimer: The base tag isn’t used...
Yes, that may be useful in some cases. Though ideally you would just update elements on `restore` so that going back is still instant. A better way might be to...
I don’t see this behavior. Could you provide an URL where this happens, if it still happens?
Thanks, you can go on for a PR! The contributing guideline isn’t clear, what I intended to mean was that a PR for typos is okay, but for anything more...
I do plan on restarting it. I plan however to recode it from scratch, so new features will have to wait a bit.
I haven’t explored how service workers work, so right now I have no idea if it would be a good idea to implement support for them in the core of...
Retrying requests on failures would complicate the code a fair bit. What I’m currently considering is to redirect outside of InstantClick (via `location.href = …`) for HTTP codes other than...
It won’t include preloading because it would not make sense most of the time, but PJAXing forms (whether GET or POST) is planned!
Hi, sorry for the delay. This is a planned feature: sending an X-INSTANTCLICK header. Not a lot of code (most likely only one line), the thing is I’ll need to...