Provider
MDN Web Docs
No field note has been filed yet.
Open ↗Filed byDirectory
Products by MDN Web Docs
HTTP Cookies
other
HTTP cookies are small data pieces servers send to browsers for session management, personalization, and tracking across stateless requests.
View ↗HTTP Messages
other
Documentation of HTTP/1.1 and HTTP/2 message structure, including requests, responses, headers, and body formats.
View ↗HTTP Caching
other
HTTP caching mechanism for storing and reusing responses to reduce latency and server load.
View ↗HTTP Compression
other
HTTP compression mechanisms for improving web performance through file format, end-to-end, and hop-by-hop compression.
View ↗HTTP Content-Type Header
other
HTTP representation header indicating the original media type of a resource before content encoding.
View ↗HTTP
other
The foundational protocol for data communication on the World Wide Web, defining how messages are formatted and transmitted.
View ↗HTTP MIME Types
other
Documentation of media types (MIME types) for HTTP, defining document formats via type/subtype structure.
View ↗MDN HTTP MIME Types Reference
other
Reference documentation listing common MIME media types with their file extensions and corresponding document types for web development.
View ↗HTTP Protocol Guides
other
Collection of HTTP protocol guides covering sessions, compression, caching, authentication, CORS, CSP, and more.
View ↗MediaStream API
api
Represents a stream of media content with audio and video tracks via the Media Capture and Streams API.
View ↗RTCDataChannelEvent
api
Event fired on RTCPeerConnection when a remote peer adds a data channel
View ↗RTCSessionDescription
api
Web API interface describing one end of a WebRTC connection and its SDP configuration.
View ↗RTCDataChannel
api
Web API interface for bidirectional peer-to-peer data transfer over WebRTC connections.
View ↗RTCStatsReport
api
WebRTC statistics report interface providing Map-like access to connection, sender, and receiver metrics.
View ↗RTCPeerConnection
api
WebRTC interface representing a peer-to-peer connection between local and remote browsers.
View ↗RTCSessionDescription.type
api
Read-only string property describing the session description type in WebRTC negotiation.
View ↗MediaStreamTrack
api
Represents a single media track within a stream, typically audio or video, with constrainable properties and lifecycle controls.
View ↗