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
My keys contain a SubtleCrypto.exportKey() strings which can contain slashes as character. So / should not handled as delimiter like : to work as expected.
Describe the feature
My keys contain a
SubtleCrypto.exportKey()
strings which can contain slashes as character. So/
should not handled as delimiter like:
to work as expected.Tested with memory driver.
Any way to configure delimiter or exclude "/"?
Additional information
The text was updated successfully, but these errors were encountered: