Matt Derrick
Matt Derrick
const { parse } = require('bugz'); parse("Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 Safari/603.2.4 EdgiOS/41.1.35.1") // Expected `{ browser: { name: 'Edge'...
It would be great to use this SDK on Cloudflare and other runtimes that don't support all the nodejs imports. Is this on the roadmap? Thanks https://developers.cloudflare.com/workers/runtime-apis/nodejs/
I can't get this to run on Cloudflares runtime as it depends on a few node api's. Is there anything on the road map to make this work in those...