woongseob.sim
New Member
Hello! I'm a junior developer who is developing a platform using obs.
I was developing browser properties, and I came to question something.
The official document says that browser properties work based on CEF, so I think storageEvent should not work because i was thought that an independent browser instance would be added when adding browser properties.
(Each browser instance had an independent renderer process and thought that was why the broadcastChannel API was not working)
If so, the storage event should not be operated for the same reason, but the event through localStorage was performed normally. can you tell me how can it work?
I was developing browser properties, and I came to question something.
The official document says that browser properties work based on CEF, so I think storageEvent should not work because i was thought that an independent browser instance would be added when adding browser properties.
(Each browser instance had an independent renderer process and thought that was why the broadcastChannel API was not working)
If so, the storage event should not be operated for the same reason, but the event through localStorage was performed normally. can you tell me how can it work?