Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nodejs check if file is running on server or client

function is_server() {
   return ! (typeof window != 'undefined' && window.document);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #nodejs #check #file #running #server #client
ADD COMMENT
Topic
Name
1+6 =