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

fix: replace Node.js Buffer with buffer npm package #322

Closed
wants to merge 1 commit into from
Closed

fix: replace Node.js Buffer with buffer npm package #322

wants to merge 1 commit into from

Conversation

hzhang1902
Copy link

fix #30

Resolves

https://github.com/LLK/scratch-storage/issues/30

Proposed Changes

It changes the Buffer Node.js API to buffer npm package.

Reason for Changes

Buffer Node.js API cannot be used on browsers. buffer npm package does, and has identical API to the Node.js ones.

Test Coverage

No extra tests need to be created. Existing tests were run and passed.

@hzhang1902 hzhang1902 closed this by deleting the head repository May 10, 2023
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.

Creating new assets is difficult
1 participant