endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

fix: Settle the readable types #1898

Closed kriskowal closed 9 months ago

kriskowal commented 9 months ago

This change lines up the EndoReadable type for content address store nodes.

This also renames the stream() method to streamBase64() in hopes that someday we can add a stream() method that transits pass-by-copy immutable bytes instead.