You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this simplified example only has a tiny certificate, I think ReadableStream would help reduce memory and decoding times for very large BER buffers.
The text was updated successfully, but these errors were encountered:
Would it be possible to have things like
AsnParser.parse(...)
supportReadableStream
as the data BufferSource?e.g.
instead of:
While this simplified example only has a tiny certificate, I think
ReadableStream
would help reduce memory and decoding times for very large BER buffers.The text was updated successfully, but these errors were encountered: