Structured Clone Algorithm doesn't support FormData object #633
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
topic: serialize and transfer
ISSUE: When working with web-workers, it may be necessary to pass a FormData object to the worker via the postMessage method. Unfortunately, the Structured Clone Algorithm (used by the postMessage method to serialize the data being transferred) does not support FormData objects
Expected: postMessage method serializes FormData object and sends to worker
Actual: DATA_CLONE_ERR exception thrown on postMessage call
The text was updated successfully, but these errors were encountered: