SóProvas


ID
2750254
Banca
UPENET/IAUPE
Órgão
UPE
Ano
2017
Provas
Disciplina
Programação
Assuntos

A linguagem JavaScript permite manipular diversos objetos relacionados ao sítio ou portal; dentre esses objetos, temos o objeto navigator, que representa o browser e que, embora não possua um padrão público que se aplique a ele, a maioria dos browsers o suportam.
Dentre as propriedades desse objeto, é INCORRETO afirmar que

Alternativas
Comentários
  • GAb C

    Navigator Object Properties

    Property Description

    appCodeName Returns the code name of the browser

    appName Returns the name of the browser

    appVersion Returns the version information of the browser

    cookieEnabled Determines whether cookies are enabled in the browser

    geolocation Returns a Geolocation object that can be used to locate the user's position

    language Returns the language of the browser

    onLine Determines whether the browser is online

    platform Returns for which platform the browser is compiled

    product Returns the engine name of the browser

    userAgent Returns the user-agent header sent by the browser to the server