Skip to content

fix: polyfill global properties for Buffer and process#31

Merged
chenjiahan merged 1 commit intomainfrom
global_polyfill_0715
Jul 15, 2025
Merged

fix: polyfill global properties for Buffer and process#31
chenjiahan merged 1 commit intomainfrom
global_polyfill_0715

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Polyfill global properties for Buffer and process:

global.Buffer.from('abc');
globalThis.Buffer.from('abc');

global.process;
globalThis.process;

@chenjiahan chenjiahan merged commit 014f96d into main Jul 15, 2025
5 checks passed
@chenjiahan chenjiahan deleted the global_polyfill_0715 branch July 15, 2025 09:22
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

Successfully merging this pull request may close these issues.

1 participant