Force load a page if an error occurs
Headers to attach to fetch requests done by the PageManager e.g. if you only want to load a partial output containing only the wrapper
Don't do anything if the url has a hash
The maximum amount of pages to have in the cache at any moment in time; PageManager removes pages from the cache to ensure content doesn't become stale; and memory usage isn't too high
Ignore extra clicks of an anchor element if a transition has already started by default PJAX will reload the page on multiple clicks but this allows you to stop extra clicks from affecting the current transition
Specifies which urls to not prefetch It also accepts boolean values:
true
means don't prefetch any anchorfalse
means always prefetch all anchorsThe Prefix attached to data attributes
Attribute used to identify elements that don't want PJAX enabled for themeselves and their child elements
Attribute used to identify anchors that don't want PJAX enabled
Specifies which urls to not use PJAX for
The resize event is debounced by this amount of time (in miliseconds)
On page change (excluding popstate events, and hashes) keep current scroll position
The amount of time in milliseconds to wait before counting the PageManagers fetch requests as timed out
Attribute used to identify transition an anchor wants to use, the value you set will select the transition used by name Note: transition names are case sensitive
TransitionManagers regestered transitions
The attribute used to identify wrappers
Generated using TypeDoc
Specifies which urls to always fetch from the web It also accepts boolean values:
true
means always fetch from the web for all urlsfalse
means always try to fetch from the cachefalse