Is there any method to get information from operating system in browser by using js?
like python:
os.path.dirname
Is there any method to get information from operating system in browser by using js?
like python:
os.path.dirname
Yes there is, it can be accessed through the navigator object but it can be very sophisticated to extract these informations, so consider using a library like bowser.js