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

Modernize Blob constructor a tiny bit #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

annevk
Copy link
Member

@annevk annevk commented Apr 5, 2019

All implementations do something different for new Blob(undefined, { type: "x/x" }). Let's do something simple.

Fixes #54.


Preview | Diff

Copy link
Collaborator

@mkruisselbrink mkruisselbrink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This looks good to me. Do you happen to have tests for this as well?

@annevk
Copy link
Member Author

annevk commented Apr 9, 2019

I don't. I wanted to fix the general type setup, but I keep running out of time.

@marcoscaceres
Copy link
Member

need to close and reopen to trigger new travis

@marcoscaceres
Copy link
Member

@annevk, could you please fix the merge conflicts? The constructor can now be updated to new syntax.

@annevk
Copy link
Member Author

annevk commented Apr 14, 2020

Once there are sufficient tests I'm happy to address the remainder (including filing bugs).

@marcoscaceres
Copy link
Member

ok, no probs. Was worried about bit rot. How about just getting it to a good state and we just don't merge until there are tests? The only thing I was unsure about was the merge conflict with the algorithm, the IDL seems like a quick fix.

All implementations do something different for new Blob(undefined, { type: "x/x" }). Let's do something simple.

Fixes #54.
Base automatically changed from master to main January 21, 2021 23:46
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.

What does it mean to invoke the Blob constructor with zero parameters?
4 participants