0
点赞
收藏
分享

微信扫一扫

isolated world in chrome extension -- JS | chrome extension

zhyuzh3d 2023-08-14 阅读 66

Introduction

According to chrome extension,

An isolated world is a private execution environment 
that isn't accessible to the page or other extensions. 
A practical consequence of this isolation is that JavaScript variables in an extension's content scripts are not visible to 
the host page or other extensions' content scripts. 
The concept was originally introduced with the initial launch of Chrome, providing isolation for browser tabs.

Reference

chrome extension

举报

相关推荐

0 条评论