You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
chrome-prerender isn't designed as a library, it's an application. beforeSend isn't really applicable to an application. To support all the things you want, we need to redesign it to make it work as a library.
To disable cache, you can set environment var CACHE_BACKEND=dummy.
Is there any option how to use something like
beforeSend(req, res, next)
plugin from NodeJS prerender or is there any plan to add this feature?I need to modify both request and response because:
The text was updated successfully, but these errors were encountered: