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
letob1=newwindow.PerformanceObserver();// property 'PerformanceObserver' does not exist on type 'Window'
Expected behavior: PerformanceObserver (and residual interfaces) are defined on Window.
Actual behavior:
Currently, this is only defined in lib.webworker.d.ts. PerformanceObserver should also be defined on Window in lib.dom.d.ts as it is not an experimental technology according to MDN.
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 3.0.0-dev.201xxxxx
Search Terms:
Code
Expected behavior:
PerformanceObserver
(and residual interfaces) are defined onWindow
.Actual behavior:
Currently, this is only defined in
lib.webworker.d.ts
.PerformanceObserver
should also be defined onWindow
inlib.dom.d.ts
as it is not an experimental technology according to MDN.Playground Link: http://www.typescriptlang.org/play/#src=let%20ob1%20%3D%20new%20window.PerformanceObserver()%3B
The text was updated successfully, but these errors were encountered: