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

remove ImageBitmap from flow types to fix maps in Safari and IE #5424

Merged
merged 1 commit into from
Oct 7, 2017

Conversation

mollymerp
Copy link
Contributor

@mollymerp mollymerp commented Oct 7, 2017

Safari and IE don't support ImageBitmap so #5414 broke the maps on Safari and IE (with error: right hand side of instanceof is not an object) .

it was only being included in the flow checks because we were using the default Flow def for TexImageSource. This PR removes its use so we don't have to deal with special casing for Safari and IE.

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page

@mollymerp mollymerp requested a review from jfirebaugh October 7, 2017 00:35
@mollymerp mollymerp merged commit 3a8ef5b into master Oct 7, 2017
@mollymerp mollymerp deleted the remove-imagebitmap branch October 7, 2017 02:55
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.

2 participants