()
| 7 | // and the renderer process. This is a simple way to ensure that the requests and |
| 8 | // responses are matched correctly. |
| 9 | const nextRequestId = (): string => `fss_${++requestIdCounter}_${Date.now()}`; |
| 10 | |
| 11 | export class FileSystemStorage implements StorageInterface { |
| 12 | private bridge: DesktopBridge; |