/html-dom /Basic
GitHub 5008★

Detect mac OS browser

Check if the current browser runs on Mac:

const isMacBrowser = /Mac|iPod|iPhone|iPad/.test(navigator.platform);

See also

Follow me on and to get more useful contents.