New issue
Advanced search Search tips

Issue 861720 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Feature


Previous locations:
v8:7910


Sign in to add a comment

Feature request: allow streaming (de)serialization

Reported by impinb...@gmail.com, Jul 1

Issue description

It would be convenient if you could serialize and deserialize in a streaming fashion. This would make it possible to serialize larger values without having to fully materialize their serialized form into memory. For example, this would allow out-of-process web workers to send larger payloads more efficiently (via streaming deserialization) as well as batched low-memory async IPC in Node (who can stream at both ends).
 
Project: chromium
Moved issue v8:7910 to now be issue chromium:861720.
Components: Blink>JavaScript
Components: -Blink>JavaScript Blink>JavaScript>API
Labels: -Type-Bug Pri-2 Type-Feature
Status: Available (was: Untriaged)
Adam/Yang, WDYT?
Cc: binji@chromium.org

Sign in to add a comment