blob: 9115908b4d465c6835dd29553b4b4e3e43f5cb42 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
ImplementedAs=WorkerInternalsFetch
] partial interface WorkerInternals {
sequence<USVString> getInternalResponseURLList(Response response);
};