We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MERGED_KV_PAIRS_AUTO_GENERATED_KEY and MERGED_KV_PAIRS_USER_GENERATED_KEY are exported as EmbindString, which is a union of multiple different types.
MERGED_KV_PAIRS_AUTO_GENERATED_KEY
MERGED_KV_PAIRS_USER_GENERATED_KEY
EmbindString
type EmbindString = ArrayBuffer|Uint8Array|Uint8ClampedArray|Int8Array|string;
7dc03eb
Code issue; unrelated.
Inspect code
The text was updated successfully, but these errors were encountered:
Note junhao believes this can be fixed by upgrading emscripten
Sorry, something went wrong.
No branches or pull requests
Bug
MERGED_KV_PAIRS_AUTO_GENERATED_KEY
andMERGED_KV_PAIRS_USER_GENERATED_KEY
are exported asEmbindString
, which is a union of multiple different types.clp-ffi-js version
7dc03eb
Environment
Code issue; unrelated.
Reproduction steps
Inspect code
The text was updated successfully, but these errors were encountered: