Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/http/mod.ts>Os

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Os
import { type Os } from "https://deno.land/std@0.222.1/http/mod.ts";

The OS as described by a user agent string.

Properties

readonly
name: string | undefined

The OS name.

readonly
version: string | undefined

The OS version.