Cleanup support for old versions of package:dwds #48103
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
P3
A lower priority bug or feature request
web-dev-compiler
In the next major version of the Dart SDK (3.0.0) it should be safe to remove the backwards compatibility for versions of package:dwds older than v11.1.0.
This means we can completely remove the support for writing
'dart.developer.registerExtension'
and'dart.developer.postEvent'
to the chrome debug console.Newer versions of package:dwds already communicate these events through function hooks. See c83eeac.
The text was updated successfully, but these errors were encountered: