This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
locking between 2 browser tabs #1039
Closed
Description
- Version: latest
- Platform: browser
- Subsystem: repo
Type: question
Severity: Medium
Description:
In order to prevent opening the same IPFS node on two different browser tabs, I need to acquire some type of lock. By what I understand, locking in the browser is done in memory, preventing cross-tab access. Is there any way to solve this using js-ipfs?
Steps to reproduce the error:
Not applicable