Uh oh!
There was an error while loading. Please reload this page.
Work towards migrating devtools_app to package:web - #6626
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| _initialized = true; | ||
| _perfettoIFrame = html.IFrameElement() | ||
| _perfettoIFrame = createElementTag('iframe') as HTMLIFrameElement |
There was a problem hiding this comment.
Note that this cast is okay in contrast with the cast above. You're casting between interop types and you know it's that type. I think this isn't a lint in the future with extension types.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Migrates most of
devtools_appto usepackage:web. There are a handful of remaining uses to migrate that are not straightforward or wherepackage:webis missing some getters. I documented those on #6606.I also cleaned up some of the conditional imports while I was here (renaming files, removing unnecessary stub files, etc.).