-
# Summary
## Problem
Webnative does not expose information in a way that is accessible to browser extensions.
### Impact
Browser extensions cannot easily interface with apps that use Webna…
-
(Came up in a call with @expede)
Recently a couple of concurrency issues surfaced. They stem from data races, so the root problem in these cases is that some *mutable* state is modified by multiple…
-
Context: https://github.com/fission-codes/webnative/pull/435#discussion_r1046221277
-
# Summary
## Problem
On reloading the page or returning from the Fission Auth Lobby, the connection with Webnative will be dropped.
### Impact
Some events may be missed and developers will…
-
# Summary
## Problem
The devtools panel does not display Webnative debugging information.
### Impact
Developers can't get useful information from the extension if we don't display it.
#…
-
With Webnative 0.35 you can only read and write `Uint8Array`s.
There should be support for other encoding, such as UTF8 strings.
@matheus23 suggested the `encoding` option from https://nodejs.org/…
-
# Summary
Don't handle encoding in webnative very well. What is the data you can put into webnative? Are they utf8-encoded strings? Arrays of numbers? `Uint8Array`s? And what do we get when we take…
-
Webnative 0.36 has been released and will require some changes in this example. Let's get things updated so we are using the latest and greatest! ✨
-
# Summary
It would be nice to be able to add event listeners to files and directories to detect when they have changed. This would permit event-driven programming as an alternative to polling on th…
-
We have CIDs and other unique identifiers in WNFS that point to the following things:
- Public content
- Public file header (wrapper around content + metadata)
- Private encrypted content
- Privat…