Which browsers support stale-if-error and stale-while-revalidate?
问题 RFC 5861 proposes the Cache-Control extensions stale-while-revalidate: When present in an HTTP response, the stale-while-revalidate Cache- Control extension indicates that caches MAY serve the response in which it appears after it becomes stale, up to the indicated number of seconds. and stale-if-error: The stale-if-error Cache-Control extension indicates that when an error is encountered, a cached stale response MAY be used to satisfy the request, regardless of other freshness information.