-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Corrections to Blob. #4597
Corrections to Blob. #4597
Conversation
api/Blob.json
Outdated
@@ -209,7 +209,7 @@ | |||
} | |||
], | |||
"chrome_android": { | |||
"version_added": true | |||
"version_added": "25" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great, just have one little question. Chrome Desktop had the webkit
prefix from version 5 to version 25. Technically, wouldn't that mean Chrome Android 18 would have the webkit
prefix as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Please look again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarification!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the PR — just one last change and we should be good to go!
api/Blob.json
Outdated
"version_added": "25" | ||
}, | ||
{ | ||
"version_added": "5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops, looks like this got set as “5” when it should be “18”, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry. Fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, thanks for the quick fixes! This pull request looks all ready to go!
Additions to #4581