How to use chrome.offscreen #631
Replies: 1 comment
-
#527 <- manual solution can be found in this thread. I will make time to add this feature later, but wanna highlight that this thread is important in showing how any chrome API can be used with the framework, you just need to leverage the primitives import resolution. The bell and whistle stuffs such as automatic page creation are just convenient higher abstraction made to reduce boilerplate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the example you wish to see?
moving to mv3 means giving up a lot of the traditional DOM api that we've been using so far. one good example would be Workers. We can get this feature by using the
chrome.offscreen
api how would we go about implementing this feature in a Plasmo extension.Is there any context that might help us understand?
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions