You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have either a specified or de facto standard location to store hyperdrive file encodings.
hypercore-fetch and hypercore-fetch-ushin store timestamp data inside entry.value.metadata.mtime. It would similarly be useful to store encoding metadata inside entry.value.metadata:
{
encoding: "utf-8" // or "iso-8859-1", "big5", etc.
}
Do you know of any hypercore applications that already store encoding data somehow?
It would be useful to have either a specified or de facto standard location to store hyperdrive file encodings.
hypercore-fetch and hypercore-fetch-ushin store timestamp data inside
entry.value.metadata.mtime
. It would similarly be useful to store encoding metadata insideentry.value.metadata
:Do you know of any hypercore applications that already store encoding data somehow?
Similar discussion in hypercore-fetch
The text was updated successfully, but these errors were encountered: