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
It seems that a lot of extension has moved over into using iframe and inject them into either a content script or an offscreen document. There's a couple of benefit such as iframe update and dedupe from cws. Problem with this type of extension are:
Message piping between iframe <-> upstream is annoying
Doesn't work offline, won't be usable with PWA
What are some other pros/cons of iframe extension?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems that a lot of extension has moved over into using iframe and inject them into either a content script or an offscreen document. There's a couple of benefit such as iframe update and dedupe from cws. Problem with this type of extension are:
What are some other pros/cons of iframe extension?
Beta Was this translation helpful? Give feedback.
All reactions