Skip to main content
Module

x/frugal/dep/std/http.ts>Device

A frugal web framework
Latest
interface Device
import { type Device } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";

Properties

readonly
model: string | undefined

The model of a device as represented by a user agent string.

readonly
type:
| "console"
| "mobile"
| "table"
| "smartv"
| "wearable"
| "embedded"
| undefined

The type of device as represented by a user agent string.

readonly
vendor: string | undefined

The vendor of a device as represented by a user agent string.