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
Describe the bug
In lesson 5-3, there are two lines of code that need to be changed. In the background.js file, line 3 and line 11 give errors, causing the extension's icon to not update colors correctly.
To Reproduce
Follow the guide for lesson 5-3 normally and then build and run the extension
Expected behavior
The extension icon should change colors automatically
Screenshots
Desktop:
OS: Windows 11
Browser Brave
Version 1.76.82 Chromium: 134.0.6998.178 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
EdmondsNathan
added a commit
to EdmondsNathan/Web-Dev-For-Beginners
that referenced
this issue
Apr 2, 2025
Resolves issue microsoft#1391 by updating `browserAction` to `action` and changing `document.createElement('canvas')` to `new offscreenCanvas(200, 200);`
Describe the bug
In lesson 5-3, there are two lines of code that need to be changed. In the
background.js
file, line 3 and line 11 give errors, causing the extension's icon to not update colors correctly.To Reproduce
Follow the guide for lesson 5-3 normally and then build and run the extension
Expected behavior
The extension icon should change colors automatically
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: