Interface
↔ boundary across human/system components to exchange data
Hardware interface
Software Interface
UI
Interaction between human and app/Hardware
References
window
↔ Interface to rep Browser. Global Object to access most global properties & methodsEventTarget
↔ Top-level Abstract Class Interface extends most objects with ability to receiveEvent
s or add Event ListenerEvent
↔ Interface Object to rep actions, autogen by DOMNode
after Signal TriggerDOM Interface
↔ ObjectInterface to expose portion of DOM API to Programming Language (ie JS)Communication Endpoint
↔ Interface exposed communication networkstream
↔ Node API & Interface to stream data as Chunks (vs all at once)WebSocket
↔ Interface Object & Constructor to access WebSockets APIRTCDataChannel
↔ WebRTC Interface to set up P2P data channel to file-shareDate
↔ Interface Constructor for new date object (with epoch)XMLHttpRequest
↔ legacy Interface for old-school AJAX