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
As part of my work on sigstore/sigstore-js#1195, I would like to port at least a subset of the functionality of this package to work in a browser natively. Of course, some compromises have to be made, namely the only way to make external requests is fetch() and it is not possible to have local filesystem access. I can implement caches anyway through in any of the storage methods offered for plugins.
I will keep updates here of my result, and eventually I'd be happy to contribute back anything that could be useful.
The text was updated successfully, but these errors were encountered:
As part of my work on sigstore/sigstore-js#1195, I would like to port at least a subset of the functionality of this package to work in a browser natively. Of course, some compromises have to be made, namely the only way to make external requests is
fetch()
and it is not possible to have local filesystem access. I can implement caches anyway through in any of the storage methods offered for plugins.I will keep updates here of my result, and eventually I'd be happy to contribute back anything that could be useful.
The text was updated successfully, but these errors were encountered: