This library allows you to determine a user's browser by the errors it throws. Currently it can tell the difference between:
- Chrome
- Firefox
- Safari
import browserr from 'browserr';
// 'chrome' | 'firefox' | 'safari'
const browser = browserr();
| Name | Name | Last commit date | ||
|---|---|---|---|---|