Generalize MeiliSearch
client for all borwsers/runtimes
#1690
Labels
enhancement
New feature or request
MeiliSearch
client for all borwsers/runtimes
#1690
The one and only difference between "browser" and "node" client is
generateTenantToken
andToken
, everything else is based on web standards. I don't think it's worthwhile complicating the client over this.This would involve splitting Node.js specific
crypto
code into its own export, waiting on #1611 for this.The text was updated successfully, but these errors were encountered: