I want to determine whether my js code is running on the node server or on the client, and store it into a variable isServer = true
if it is running on the server. How can I do that? Is there a way to simply check for the existence of a property that is only available on the server and, if this is possible, which is the best option?
Thanks for help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…