2012-07-27 17:21:34 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=2 et sw=2 tw=80: */
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
#include "nsIDOMDOMRequest.idl"
|
|
|
|
|
|
|
|
interface nsIDOMArchiveReader;
|
|
|
|
|
2013-03-09 23:57:14 -08:00
|
|
|
[scriptable, builtinclass, uuid(cb72a719-f07d-4271-a120-16e9148a8699)]
|
2012-07-27 17:21:34 -07:00
|
|
|
interface nsIDOMArchiveRequest : nsIDOMDOMRequest
|
|
|
|
{
|
2013-03-09 23:57:14 -08:00
|
|
|
readonly attribute nsISupports /* ArchiveReader */ reader;
|
2012-07-27 17:21:34 -07:00
|
|
|
};
|