SóProvas


ID
1893940
Banca
FGV
Órgão
IBGE
Ano
2016
Provas
Disciplina
Programação
Assuntos

Com a introdução do HTML5, diversas novas APIs Javascript (Application Programming Interfaces) foram disponibilizadas, aumentando consideravelmente a quantidade de recursos disponíveis para a produção de páginas web. São APIs exclusivas do HTML5:

Alternativas
Comentários
  • New HTML5 API's (Application Programming Interfaces)

    The most interesting new API's are:

    HTML Geolocation

    HTML Drag and Drop

    HTML Local Storage

    HTML Application Cache

    HTML Web Workers

    HTML SSE

     

    FONTE: http://www.w3schools.com/html/html5_intro.asp

  • Para complementar...

    HTML SSE

    A server-sent event is when a web page automatically gets updates from a server.

    This was also possible before, but the web page would have to ask if any updates were available. With server-sent events, the updates come automatically.