Is there a way to detect browser features like History API, localStorage, etc. upon the first request received from the client on the server, so that I can customize the data of the response page in accordance with the functions of the browser?
I know how to do this while the page is loading (I use it using the Modernizr JS library).
source share