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
With this change it is possible to add a custom codec via `addCodec()`.
Example:
const name = 'my-custom-codec'
const code = Buffer.from('ffff', 'hex')
multicodec.addCodec(name, code)
0 commit comments