-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Cannot find name ActiveXObject #124
Comments
A hotfix is to add ActiveXObject manually: interface ActiveXObject {
} |
Another option is to add |
Closing this since I don't think anyone would fix. |
Reopened because this seems easy enough to fix, even if the answer is to just document the inclusion of scripthost in libs. |
Added to the wiki. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: When I use this module, it throws an error because it cannot find
ActiveXObject
.Typescript-version: 2.3.2
CompilerOptions:
Steps to reproduce:
Expected result: No Error
Actual result:
Version: 1.11.6
Any additional information:
I tried to add ActiveXObject manually, which also did not work:
The text was updated successfully, but these errors were encountered: