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