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
Create a vite box to be included alongside the other boxes.
This will help us tackle and discover solutions for some of these browser issues and help prevent regressions.
The text was updated successfully, but these errors were encountered:
there is a WIP one on this branch https://github.com/AztecProtocol/aztec-packages/tree/gj/pxe_in_the_browser
Sorry, something went wrong.
closing in favor of grego's work. may re-open if needed
@critesjosh
FYI, I was able to use aztec.js without node polyfillls.
I only had to include this code before I imported aztec.js
import { Buffer } from "buffer" globalThis.Buffer ??= Buffer globalThis.process ??= { env: {} }
Can aztec engineers import Buffer in every file they use it? It’s one of the last things needed to make aztec.js work in browser without polyfills
signorecello
No branches or pull requests
Create a vite box to be included alongside the other boxes.
This will help us tackle and discover solutions for some of these browser issues and help prevent regressions.
The text was updated successfully, but these errors were encountered: