2007-07-25 08:29:47 +04:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* 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/. */
|
2007-07-25 08:29:47 +04:00
|
|
|
|
2013-09-23 03:23:30 +04:00
|
|
|
#include "nsISupports.idl"
|
2007-07-25 08:29:47 +04:00
|
|
|
|
2015-05-19 17:36:37 +03:00
|
|
|
[scriptable, builtinclass, uuid(f344146a-ee1f-417e-8a68-6984ca56f0ae)]
|
2010-10-14 03:25:33 +04:00
|
|
|
interface nsIDOMBlob : nsISupports
|
2007-07-25 08:29:47 +04:00
|
|
|
{
|
2015-05-19 17:36:37 +03:00
|
|
|
// Just an empty interface.
|
2011-04-14 01:34:36 +04:00
|
|
|
};
|