Skip to content

Commit

Permalink
Update README.md (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-martin authored Oct 5, 2020
1 parent 7d817c5 commit 19db1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ import { DeviceDetectorResult, DeviceDetectorOptions } from "device-detector-js"

Even though this library can run in the browser, **it is strongly advised against doing so**, unless you are not concerned with performance. Keep in mind that using this library in browser-side code means sending around 432 KB of Regex rules and 144 KB of javascript (uncompressed and unminified), which may result in a poor user experience for people with a slow Internet connection.

You may experience inconsistencies when running this library in a browser environment, as some browsers like Safari do not yet support lookbehind syntax.
**You may experience inconsistencies when running this library in a browser environment, as some browsers like Safari do not yet support lookbehind syntax.**

## What device-detector-js is able to detect

Expand Down

0 comments on commit 19db1cd

Please sign in to comment.