mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
section
|
|
h3(id='req.stale') req.stale
|
|
|
|
p.
|
|
Check if the request is stale - aka Last-Modified and/or the ETag do not match,
|
|
indicating that the resource is "stale".
|
|
|
|
+js.
|
|
req.stale
|
|
// => true
|