Add option to *not* cache-bust #70
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?
Requests have a timestamp added to the end at https://github.com/MoOx/pjax/blob/master/lib/request.js#L15, presumably to get around caches. I don't want to get around caches in this way, since my pages are static. It would be good to have an option to skip adding this query string.
PR welcome :)
How do you get at the options from those lib files?
ee530f4c0a/lib/proto/parse-options.jsthis.optionswas the answer I was actually looking for, but that helped too -- thanks.Closing in favour of pull request #71.