{"ScriptPreparationCode":null,"TestCases":[{"Name":"cors","Code":"fetch(\u0027https://blockchain.info/ticker\u0027)\r\n .then(response =\u003E response.status)\r\n .then(status =\u003E console.log(status));","IsDeferred":false},{"Name":"no-cors","Code":"fetch(\u0027https://blockchain.info/ticker\u0027, {mode: \u0027no-cors\u0027})\r\n .then(response =\u003E response.status)\r\n .then(status =\u003E console.log(status));","IsDeferred":false}]}