{ "log": { "entries": [ { "request": { "method": "GET", "url": "https://www.jefftk.com/wbn-demo/script.js", "headers": [] }, "response": { "status": 200, "headers": [ { "name": "Content-type", "value": "text/javascript" } ], "content": { "text": "document.getElementById('load-method').innerText = 'with a bundle';" } } }, { "request": { "method": "GET", "url": "https://www.jefftk.com/wbn-demo/sheet.css", "headers": [] }, "response": { "status": 200, "headers": [ { "name": "Content-type", "value": "text/css" } ], "content": { "text": "h1 { max-width: 35em } body { background-color: pink }" } } } ] } }