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
I want to generate xids in browser. The code below is based on this repository. I used base32-encode package instead of custom encoder implementation, and RFC4648-HEX instead of Crockford to be compatible with pg-xid
Would be nice to make xid-js isomorphic, and have the ability to provide a custom encoder.
I want to generate xids in browser. The code below is based on this repository. I used
base32-encode
package instead of custom encoder implementation, and RFC4648-HEX instead of Crockford to be compatible with pg-xidWould be nice to make
xid-js
isomorphic, and have the ability to provide a custom encoder.The text was updated successfully, but these errors were encountered: