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
For security-conscious applications, it'd be nice to be able to add a set of hashes for each src that the library checks to make sure the binaries match.
Not sure if this would make more sense as a 4th and 5th arg src(..., [hash], [hash-method]) or as an entirely new call tacked at the end with a map or array of hashes that correspond to each src.
The text was updated successfully, but these errors were encountered:
For security-conscious applications, it'd be nice to be able to add a set of hashes for each
src
that the library checks to make sure the binaries match.Not sure if this would make more sense as a 4th and 5th arg
src(..., [hash], [hash-method])
or as an entirely new call tacked at the end with a map or array of hashes that correspond to each src.The text was updated successfully, but these errors were encountered: