MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.42k stars 123 forks source link

"Before Send" Event? #239

Open imannms opened 3 years ago

imannms commented 3 years ago

Is there something like beforeSend event like in this package https://github.com/defunkt/jquery-pjax#events ? I need to set headers before pjax send request to the server.

knno commented 7 months ago

UP!