We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title says, the two type declarations are mutually exclusive. Compiling with them produces the errors:
node_modules/typescript/lib/lib.webworker.d.ts(1949,6): error TS2300: Duplicate identifier 'USVString'. node_modules/typescript/lib/lib.webworker.d.ts(1950,6): error TS2300: Duplicate identifier 'IDBValidKey'. node_modules/typescript/lib/lib.webworker.d.ts(1951,6): error TS2300: Duplicate identifier 'BufferSource'. ...
See here for the related issue
The text was updated successfully, but these errors were encountered:
V2 is released and you should not get above problem.
Thanks
Sorry, something went wrong.
No branches or pull requests
As the title says, the two type declarations are mutually exclusive. Compiling with them produces the errors:
See here for the related issue
The text was updated successfully, but these errors were encountered: