miguel-perez/smoothState.js

Add caching tests

Open

#186 opened on Jun 13, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)CSS (4,433 stars) (515 forks)batch import
enhancementhelp wanted

Description

We should add the following tests:

  • never prefetch or cache form submissions
  • POST never times out
  • bad prefetches dont reload the page
  • setting cacheLength to 0 disables caching
  • prefetches on defined events
  • allows you to set the cache

See tests/testCaching.js.

Contributor guide