Streams API
↔ Web API to Stream raw data over network, w/o Buffer/blob
Source: developer.mozilla.org/en
aka Streams, Stream
Streams API
is a Low-Level API to optimize network loading via Chunks for Bundle & other assets
Streaming
(process) to break down Web Resource/data into smaller Chunks
indexedDB
Web API indexed database built into Browser with Async access
blob
file-like object of immutable raw data