Bug 1913377 - Comment and assert that `allowedScope` has a very limited set of values...
[gecko.git] / dom / simpledb / nsISDBRequest.idl
blobf51c0b5ff0b80d9c6a63cd4c4cbb72bd96e6ee01
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "nsISupports.idl"
9 interface nsISDBCallback;
10 interface nsIVariant;
12 [scriptable, uuid(13f05bcf-715c-427e-aac8-df9b2c1ec1e3)]
13 interface nsISDBRequest : nsISupports
15 [must_use] readonly attribute nsIVariant result;
17 [must_use] readonly attribute nsresult resultCode;
19 attribute nsISDBCallback callback;