deno / 1.23.2 / ~ / navigator.html /

Navigator

class Navigator {
constructor();
readonly gpu : GPU;
readonly hardwareConcurrency : number;
readonly userAgent : string;
}

Constructors

new Navigator()

Properties

gpu : GPU
hardwareConcurrency : number
userAgent : string

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/Navigator