Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/downloads/booleandelta/index.md
6581 views
------{{AddonSidebar()}}
The BooleanDelta type of the {{WebExtAPIRef("downloads")}} API represents the difference between two booleans.
Type
Values of this type are objects. They contain the following properties:
current{{optional_inline}}: A
booleanrepresenting the current boolean value.
previous{{optional_inline}}: A
booleanrepresenting the previous boolean value.
Browser compatibility
{{Compat}}
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.downloadsAPI.