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

Instantiating new buffer in Safari throws an error #475

Closed
dy opened this issue Apr 30, 2018 · 0 comments · Fixed by #479
Closed

Instantiating new buffer in Safari throws an error #475

dy opened this issue Apr 30, 2018 · 0 comments · Fixed by #479

Comments

@dy
Copy link
Contributor

dy commented Apr 30, 2018

regl.buffer({
	data: null,
	usage: 'dynamic',
	type: 'float'
},

throws an error in safari, related plotly/plotly.js#2593, plotly/plotly.js#2543, plotly/plotly.js#2457.

That is trivial to fix by making sure default data is not null.

@dy dy mentioned this issue May 4, 2018
5 tasks
@dy dy closed this as completed in #479 May 18, 2018
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 a pull request may close this issue.

1 participant