Update TypeScript to 3.9.3 (#1640)
Co-authored-by: tk338g <tkhazamov@wayfair.com>
This commit is contained in:
@ -111,7 +111,7 @@ export const generateCollaborationLink = async () => {
|
||||
return `${window.location.origin}${window.location.pathname}#room=${id},${key}`;
|
||||
};
|
||||
|
||||
const getImportedKey = (key: string, usage: string) =>
|
||||
const getImportedKey = (key: string, usage: KeyUsage) =>
|
||||
window.crypto.subtle.importKey(
|
||||
"jwk",
|
||||
{
|
||||
|
Reference in New Issue
Block a user