You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/resources/upgrading.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,20 @@ See <https://github.com/wxt-dev/wxt/issues/784>
53
53
54
54
To upgrade, you have two options:
55
55
56
-
1.**Stop using the polyfill** - No changes necessary, though you may want to do some manual testing to make sure everything continues to work. None of the early testers of this feature reported any runtime issues once they stopped using the polyfill.
57
-
- If you're already using `extensionApi: "chrome"`, then you don't need to test anything! You're already using the same `browser` object v0.20 provides by default.
56
+
1.**Stop using the polyfill**
57
+
- If you're already using `extensionApi: "chrome"`, then you're not using the polyfill and there is nothing to change!
58
+
- Otherwise there is only one change: `browser.runtime.onMessage` no longer supports using promises to return a response:
0 commit comments