Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove support for running dart code in the browser #3592

Merged
merged 1 commit into from
Dec 17, 2020

Commits on Dec 17, 2020

  1. feat: remove support for running dart code in the browser

    As Dartium browser is no more, there are no browsers left, which support running Dart applications natively and therefore we can remove such support from Karma to reduce the maintenance effort.
    
    BREAKING CHANGE: Using Karma to run Dart code in the browser is no longer supported. Use your favorite Dart-to-JS compiler instead.
    
    `dart` file type has been removed without a replacement.
    
    `customFileHandlers` DI token has been removed. Use [`middleware`](http://karma-runner.github.io/5.2/config/configuration-file.html#middleware) to achieve similar functionality.
    
    `customScriptTypes` DI token has been removed. It had no effect, so no replacement is provided.
    devoto13 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a534976 View commit details
    Browse the repository at this point in the history