spfjs
spfjs copied to clipboard
Document url identification
After documenting the config options (#260), devote an explicit section to URL identification, particularly the handling of query vs extension strings and provide examples of the transformations.
In particular, this should describe the defaults:
-
?spf=navigate
forspf.navigate
and click requests -
?spf=navigate-back
forhistory.back()
and back button requests -
?spf=navigate-forward
forhistory.forward()
and forward button requests -
?spf=load
forspf.load
requests -
?spf=prefetch
forspf.prefetch
requests