fetch-event-add-async.https.html (357B)
1 <!DOCTYPE html> 2 <title>Service Worker: Fetch event added asynchronously doesn't throw</title> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script src="resources/test-helpers.sub.js"></script> 6 <script> 7 'use strict'; 8 9 service_worker_test( 10 'resources/fetch-event-add-async-worker.js'); 11 </script>