diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-02-12 13:53:59 -0600 |
commit | c054e324210895e7e2c5b3e84437cba43f201ec8 (patch) | |
tree | 00735055ed5ee588f71e147c5ae27363349f1687 /dom/webidl/IDBFileRequest.webidl | |
parent | 5da550a67c876bf06690439192db5bef2c54cb20 (diff) | |
download | palemoon-gre-c054e324210895e7e2c5b3e84437cba43f201ec8.tar.gz |
Prep for GRE
Diffstat (limited to 'dom/webidl/IDBFileRequest.webidl')
-rw-r--r-- | dom/webidl/IDBFileRequest.webidl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dom/webidl/IDBFileRequest.webidl b/dom/webidl/IDBFileRequest.webidl deleted file mode 100644 index b32af45c5..000000000 --- a/dom/webidl/IDBFileRequest.webidl +++ /dev/null @@ -1,13 +0,0 @@ -/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 et sw=2 tw=80: */ -/* 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/. */ - -interface IDBFileRequest : DOMRequest { - readonly attribute IDBFileHandle? fileHandle; - // this is deprecated due to renaming in the spec - readonly attribute IDBFileHandle? lockedFile; // now fileHandle - - attribute EventHandler onprogress; -}; |