req.stale
Indicates whether the request is “stale,” and is the opposite of req.fresh
. For more information, see req.fresh.
req.stale // => true
req.stale
Indicates whether the request is “stale,” and is the opposite of req.fresh
. For more information, see req.fresh.
req.stale // => true
Please login to continue.