1
Orek
7y

How to detect if site/page is single page application?

Comments
  • 1
    Usually disable JS. The page won't exist if you do
  • 1
    usually if something doesnt work, then it is a SPA
  • 2
    Click a link and see if it loads a new page.
  • 1
    @itsdaniel0 it does if it's well done.
  • 0
    Thanks guys but i was asking more with the code or human less ways of it :). Please keep sharing ideas also here is mine; declare a variable from console and load another page or click to menu if variable is still declared its SPA.
Add Comment