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 the example below, if an invalid key is fetched, then the value of binaryKey will be a UInt8Array that is actually a complete HTML response from the fetch request. It should be sanitized and dummy-proofed a bit further. We've submitted a PR to fix this for a majority of edge cases.
constbinaryKey=awaitwkd.lookup({email: address});
The text was updated successfully, but these errors were encountered:
In the example below, if an invalid key is fetched, then the value of
binaryKey
will be aUInt8Array
that is actually a complete HTML response from the fetch request. It should be sanitized and dummy-proofed a bit further. We've submitted a PR to fix this for a majority of edge cases.The text was updated successfully, but these errors were encountered: