deno / latest / ~ / 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