Detect current browser for use with caniuse-api

167 views Asked by At

How do I obtain the current browser to pass into isSupported? I.e.:

caniuse.isSupported('border-radius', <my **actual** browser here>);

Library: https://github.com/Nyalab/caniuse-api

0

There are 0 answers