There’s this project I’ve been working on in ReactJS and Chrome and I needed to use a <webview> component. In case you’re not familiar with <webview>, it looks something like this —  <webview src=”https://robteix.com”></webview> One of the coolest features of <webview> is the ability to isolate scope or partition it. When you use a partition,…