Skip to content

Commit

Permalink
setUninstallURL to 1023 update (mdn#27359)
Browse files Browse the repository at this point in the history
* setUninstallURL to 1023 update

* Apply suggestions from review

Co-authored-by: Rob Wu <rob@robwu.nl>

---------

Co-authored-by: Rob Wu <rob@robwu.nl>
  • Loading branch information
rebloor and Rob--W authored Jun 16, 2023
1 parent 80d2496 commit 493d950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: webextensions.api.runtime.setUninstallURL

{{AddonSidebar()}}

Sets the URL to be visited when the extension is uninstalled. This can be used to clean up server-side data, do analytics, or implement surveys. Up to Firefox 115, a maximum of 255 characters can be used; from Firefox 116, the maximum is 1023 characters.
Sets the URL to be visited when the extension is uninstalled. This can be used to clean up server-side data, do analytics, or implement surveys. The URL can be up to 1023 characters. This limit used to be 255, see [Browser compatibility](browser_compatibility) for more details.

This is an asynchronous function that returns a [`Promise`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise).

Expand Down

0 comments on commit 493d950

Please sign in to comment.