Skip to content

DevTools pages create bad URLs when the base contains ?wasm=true #5365

@kenzieschmoll

Description

@kenzieschmoll

Here's a URL that was produced by triggering the "Open DevTools in the browser" action:

http://127.0.0.1:9100/?wasm=true#?cacheBust=dart-3.7.0-188.0.dev-flutter-3.27.0-1.0.pre.669&ide=VSCode&ideFeature=command&theme=dark&uri=ws%3A%2F%2F127.0.0.1%3A60408%2FZJPl0ajZ8IM%3D%2Fws&page=home

The cacheBust param and all following are tacked on to the end instead of adding to the existing query parameters like wasm=true. Additionally, we shouldn't need the # sign which may be getting added by VS code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in devtoolsRelates to integration with Dart/Flutter DevToolsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions