@x-oasis/is-proxy-supported
v0.14.0
Published
Check if the runtime environment supports Proxy
Readme
@x-oasis/is-proxy-supported
Installation
$ npm i @x-oasis/is-proxy-supportedHow to use
import isProxySupported from '@x-oasis/is-proxy-supported';
if (isProxySupported()) {
// Proxy is available
}How to run test
$ pnpm test