UNPKG

browser-with-fingerprints

Version:

A plugin that improves the stealth of automation libraries using fingerprints

10 lines (9 loc) 289 B
try { module.exports = require(`./${process.platform}-${process.arch}/mutex`); } catch { if (process.platform === 'win32') { throw new Error('Unsupported OS architecture for named mutex.'); } else { throw new Error('Unsupported OS platform for named mutex.'); } }