API

A set of rules and access points for interacting with other apps and services.

APIとは?

API(Application Programming Interface)とは、ソフトウェア同士が特定の機能やデータをやり取りする際に用いられる、あらかじめ定義された通信手段と規則のことです。

Console API
Constraint Validation API
フォーム入力の正しさを自動でチェックし、ユーザーにエラーを伝える仕組みです。
Drag and Drop API
Geolocation API
History API
View Transitions API
画面の切り替えにアニメーション効果を追加して、ユーザーに自然な流れを演出するための仕組みです。
Web Storage(localStorage / sessionStorage)
Web Workers