blob: 1ac62bbdef19ad438c8852fe282907af651a9f37 [file] [log] [blame]
importScripts('/resources/testharness.js');
test(() => {
var req = new Request('https://www.example.com/', {method: 'POST'});
new FetchEvent('fetch', {request: req}).respondWith('foo');
}, 'Calling respondWith should not crash');