fork-openpgpjs/src/encoding
Daniel Huigens 93b77669bc
Unexport openpgp.stream (#1291)
This change allows us to only load the `ReadableStream` polyfill when
needed without behaving inconsistently in the external API.

Users of the library should use the global `ReadableStream` or Node.js
`stream.Readable` instead, or import a polyfill if needed. This patch
loosens the detection criteria such that polyfilled streams are better
detected.
2021-05-05 20:20:20 +02:00
..
armor.js Unexport openpgp.stream (#1291) 2021-05-05 20:20:20 +02:00
base64.js Fetch Streams ponyfill on demand in lightweight build 2021-03-26 10:56:02 +01:00