Merge pull request #11491 from storybookjs/fix-cors-fetch

Composition: Fix syntax on `no-cors`
This commit is contained in:
Michael Shilman 2020-07-10 21:51:28 +08:00 committed by GitHub
commit 297b024079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -154,7 +154,7 @@ export const init: ModuleFn = ({ store, provider, fullAPI }, { runCheck = true }
credentials: 'omit',
}),
fetch(`${url}/iframe.html${query}`, {
cors: 'no-cors',
mode: 'no-cors',
credentials: 'omit',
}),
]);

View File

@ -158,8 +158,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
]
@ -203,8 +203,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html?version=2.1.3-rc.2",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
]
@ -265,8 +265,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
]
@ -355,8 +355,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
Array [
@ -448,8 +448,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
Array [
@ -542,8 +542,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
Array [
@ -640,8 +640,8 @@ describe('Refs API', () => {
Array [
"https://example.com/iframe.html",
Object {
"cors": "no-cors",
"credentials": "omit",
"mode": "no-cors",
},
],
]