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
deno types
EventSource
May related: #14730
$ ./deno --version deno 1.39.1 (release, x86_64-unknown-linux-gnu) v8 12.0.267.8 typescript 5.3.3 $ ./deno types | grep EventSource -i ## shows nothing $ ./deno eval 'console.log(EventSource)' [class EventSource extends EventTarget]
The text was updated successfully, but these errors were encountered:
CC @crowlKats
Sorry, something went wrong.
The types are also not working with the vscode extension.
fix: add EventSource typings (#21908)
4122c8f
Fixes #21691
991adb7
Successfully merging a pull request may close this issue.
May related: #14730
The text was updated successfully, but these errors were encountered: