1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace":"streamsPrivate",
11 "name": "onExecuteMimeTypeHandler",
13 "description": "Fired when a resource is fetched which matches a mime type handled by this extension. The resource request is cancelled, and the extension is expected to handle the request. The event is restricted to a small number of white-listed extensions.",
18 "description": "The MIME type of the intercepted URL request."
21 "name": "originalUrl",
23 "description": "The original URL that was intercepted."
28 "description": "The URL that the stream can be read from."
33 "description": "The ID of the tab that opened the stream. If the stream is not opened in a tab, it will be -1."
36 "name": "expectedContentSize",
38 "description": "The amount of data the Stream should contain, if known. If there is no information on the size it will be -1."