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