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 950a9d5 commit 40e5307Copy full SHA for 40e5307
src/html/JavaScript.ts
@@ -31,11 +31,6 @@ class JavaScript extends Test {
31
32
const result = await request.get(script);
33
34
- console.log(result.response.headers);
35
- console.log(Object.prototype.hasOwnProperty.call(result.response.headers, 'cache-control'));
36
- console.log('cache-control' in result.response.headers)
37
- console.log(result.response.headers.has('cache-control'))
38
-
39
const isFileAvailabe = {
40
status: this.isFileAvailable(result) ? 'SUCCESS' : 'ERROR',
41
title: 'Available',
0 commit comments