diff --git a/files/en-us/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.md b/files/en-us/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.md index 6ab5697fafeca90..3de9f1994dd3905 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/runtime/setuninstallurl/index.md @@ -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. The URL can be up to 1023 characters. This limit used to be 255, see [Browser compatibility](browser_compatibility) for more details. +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. In Firefox and Chromium-based browsers the URL can be up to 1023 characters (previously limited to 255). Safari doesn't have any restrictions on URL length, but the related function intentionally does nothing. 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).