mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Since the browser application cache appears not to support URL path routes in a non-buggy way (see https://github.com/meteor/meteor/pull/2926), applications using the appcache package will want to use hash fragment routes instead. This PR adds support to the spiderable package for hash fragment routes. An original URL such as `http://example.com/#!a=1&b=2` will be encoded by a search engine as an escaped fragment, decoded by the spiderable package, passed through to the phantomjs process, and appear to the phantom client as `#!a=1&b=2` in `window.location.hash` (the same as when the original URL is opened in a regular browser).
1013 B
1013 B