chromium/components/test/data/subresource_filter/worker_fetch.js

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

fetch('./worker_fetch_data.txt')
  .then(_ => postMessage('FetchSucceeded'),
        _ => postMessage('FetchFailed'));