Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / netwerk / streamconv / converters / nsICompressConvStats.idl
bloba8837563edf58b25e52f573297ad914148bc6338
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsISupports.idl"
8 /**
9 * nsICompressConvStats
11 * This interface allows for the observation of decoded resource sizes
13 [builtinclass, scriptable, uuid(58172ad0-46a9-4893-8fde-cd909c10792a)]
14 interface nsICompressConvStats : nsISupports
16 readonly attribute uint64_t decodedDataLength;