Bug 1442618 - Get FormData global in DevTools. r=jdescottes

MozReview-Commit-ID: IVtkFQoWxS5

--HG--
extra : rebase_source : 5a69f6ab4e09a76fd5c477465eb0b9dff1a8879c
This commit is contained in:
J. Ryan Stinnett 2018-03-02 16:48:57 -06:00
parent a62c707e07
commit 13c3c10321

View File

@ -32,6 +32,7 @@ const {
CSS,
CSSRule,
FileReader,
FormData,
indexedDB,
InspectorUtils,
TextDecoder,
@ -46,6 +47,7 @@ const {
"CSS",
"CSSRule",
"FileReader",
"FormData",
"indexedDB",
"TextDecoder",
"TextEncoder",
@ -261,6 +263,7 @@ exports.globals = {
},
DocumentFragment: Ci.nsIDOMDocumentFragment,
Element: Ci.nsIDOMElement,
FormData,
isWorker: false,
loader: {
lazyGetter: defineLazyGetter,