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