Skip to content
New issue

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

Deno Base 64 Decode Error #9

Open
resistdesign opened this issue Apr 5, 2024 · 0 comments
Open

Deno Base 64 Decode Error #9

resistdesign opened this issue Apr 5, 2024 · 0 comments

Comments

@resistdesign
Copy link

When I run the deno demo, I get:

~/TestProjects/Caviar: deno run -A --unstable src/index.ts 
⚠️  The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead.
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught (in promise) TypeError: Deno[Deno.internal].core.ops.op_base64_decode is not a function
const DECODED = Deno.build.os === "darwin" && Deno.build.arch === "x86_64" ? Deno[Deno.internal].core.ops.op_base64_decode(BASE64) : new Uint8Array();
                                                                                                          ^
    at https://glfw-binaries.deno.dev/3.4.0-patch2/glfw3_darwin.js:2:107
~/TestProjects/Caviar: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant