Skip to main content
Go to Latest
function parseUserAgent
Deprecated
Deprecated

moved to the core:

import { Get } from 'darkflare'

Get({
...
}, c => {
const userAgent = c.req.userAgent()
})
import { parseUserAgent } from "https://deno.land/x/darkflare@v7.2.3/x/parseUserAgent.ts";