You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -794,18 +794,6 @@ All of Karma's urls get prefixed with the `urlRoot`. This is helpful when using
794
794
sometimes you might want to proxy a url that is already taken by Karma.
795
795
796
796
797
-
## jsVersion
798
-
**Type:** Number
799
-
800
-
**Default:**`0`
801
-
802
-
**Description:** The JavaScript version to use in the Firefox browser.
803
-
804
-
If `> 0`, Karma will add a JavaScript version tag to the included JavaScript files.
805
-
806
-
Note: This will only be applied to the Firefox browser up to version 58. Support for JavaScript version was [removed](https://bugzilla.mozilla.org/show_bug.cgi?id=1428745) in Firefox 59. This property is deprecated and will be removed in the next major release of Karma.
log.warn('jsVersion configuration property is deprecated and will be removed in the next major release of Karma.')
229
-
230
-
if(agent.major<59){
231
-
scriptType+=';version='+jsVersion
232
-
}else{
233
-
log.warn('jsVersion is not supported in Firefox 59+ (see https://bugzilla.mozilla.org/show_bug.cgi?id=1428745 for more details). Ignoring.')
0 commit comments