We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356967e commit 4a206bbCopy full SHA for 4a206bb
karma.conf.js
@@ -23,7 +23,7 @@ module.exports = function(config) {
23
},
24
'SL_Edge': {
25
base: 'SauceLabs',
26
- browserName: 'edge',
+ browserName: 'microsoftedge',
27
platform: 'Windows 10'
28
29
'SL_IE10': {
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"main": "lib/index.js",
5
"repository": "https://github.com/improbable-eng/js-browser-headers",
6
- "license": "MIT",
+ "license": "Apache-2.0",
7
"keywords": [
8
"headers",
9
"fetch"
0 commit comments