Elkfox/Ajaxinate

I get an error on ios 15

Opened this issue · 3 comments

ronny commented

I forked and rewrote the code to use fetch instead of XMLHttpRequest. It fixes this issue. It's not a drop-in replacement, but should be pretty easy to adjust. Code is available here https://github.com/ronny/infiniscroll

The relevant code is here if anyone wants to adjust Ajaxinate: https://github.com/ronny/infiniscroll/blob/27e3495cdb9b7a8cf6bf4ef5229ebc6b0aef634d/infiniscroll.ts#L122-L146

@ronny Thank you I'll try

@ronny Excellent, your code worked for me.