This change adds a recorder mode where data chunks are not cached by the element. This relieves memory pressure at the expense of requiring the element user to assemble the chunks into a Blob by hand when recording is complete.
Also fixes a Polymer 2.x bug in app-media-image-recorder and related tests.
This change adds a recorder mode where data chunks are not cached by the element. This relieves memory pressure at the expense of requiring the element user to assemble the chunks into a
Blob
by hand when recording is complete.Also fixes a Polymer 2.x bug in
app-media-image-recorder
and related tests.