-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dev-compiler
Description
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.
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dev-compiler