Skip to content

Commit 9daf205

Browse files
authored
Merge pull request #22 from JOHLC/copilot/fix-12498e4a-a23d-461e-a111-eef28062bf01
Fix: Add missing functions to service worker exports causing "Could not get page info" error
2 parents 6fda769 + 0227d50 commit 9daf205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package/utils.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,9 @@ if (typeof window !== 'undefined') {
507507
compareVersions,
508508
createNotification,
509509
updateNotification,
510+
getFavicon,
511+
getSelectedText,
512+
createPageInfo,
510513
formatTimestamp,
511514
isRestrictedPage,
512515
debounce,

0 commit comments

Comments
 (0)