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
In short: implement WriteStream, that simply updates sign and passes data to file (after leaving enough space for a header data), but at the end it finishes creating CRX header and writes it at the beginning of file.
crypto.sign
apparently accepts ReadableStreamgeneratePackage
could return a stream instead of a Buffer objectThe entire archive must have been fully read to generate a valid signature, and read again (?) to emit a signed stream.
The text was updated successfully, but these errors were encountered: