openpgpjs / web-stream-tools

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

transformWithCancel: fix race condition in cancellation #43

Closed larabr closed 4 months ago

larabr commented 4 months ago

Relevant for e.g.passiveClones. Fixes test failure in: https://github.com/openpgpjs/openpgpjs/pull/1762 .