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
This affects when you have dom explicitly in your libs, or if you're using a JSX import source which includes dom types. You'll get a type checking error for using URL.parse().
microsoft/TypeScript-DOM-lib-generator (lib.dom.d.ts) will automatically add the types when browser-compat-data confirms that two or more browsers have implemented them. I believe we will have to wait for URL.parse to become available in browsers other than Firefox.
Version: Deno 1.43.5
This affects when you have
dom
explicitly in your libs, or if you're using a JSX import source which includes dom types. You'll get a type checking error for usingURL.parse()
.Refs:
URL.parse
#23318.cc @petamoriken
The text was updated successfully, but these errors were encountered: