GoogleChromeLabs / GoogleChromeLabs/confluence
Cleaner journal read/write enforcement needed
Open
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
DAO setup currently uses the appropriate file mode for journals that should be read-only, but `JDAO` hooks up a listener to its delegate that will attempt to write to the file (and fail). Some sort of `ReadOnlyJDAO` is needed to avoid unwanted Promise rejections.
Contributor guide
Assessment
This issue has not been assessed yet.