Once upon a time, it took hundreds of lines of code to accurately tell which browser you were dealing with when writing JavaScripts. Now, it is relatively easy to determine the browser’s capabilities using object detection. Object detection will not always tell you exactly which browser the user is using, but it will give you enough information to know whether your script will work.
Click the “What we got?” button to see what object detection can tell you.