openpgpjs / web-stream-tools

Convenience functions for reading, transforming and working with WhatWG Streams
MIT License
27 stars 15 forks source link

Fix _destroy implementation #19

Closed hs-kgoriunov closed 1 year ago

hs-kgoriunov commented 1 year ago

See the discussion here https://github.com/openpgpjs/openpgpjs/issues/1512

wyardley commented 1 year ago

Any progress / updates on this, and if not, would someone be willing to make any additional needed updates?

larabr commented 1 year ago

@wyardley We're going to release a patch over v0.0.11 which is used by OpenPGP.js v5. However, for the newer releases, we are instead removing support for internal conversions, and we'll only accept WebStreams in input. We should implement that in the next release.

larabr commented 1 year ago

Thanks for investigating the problem and finding the fix @hs-kgoriunov ! I've taken over the PR since we are only going to patch an older version of the lib, as mentioned above 🙂