Skip to content

Remove Buffer#getData() calls #8363

@donmccurdy

Description

@donmccurdy

Description

Buffer#getData() will not be available in luma.gl v9, so we'll need to update parts of the deckgl codebase that depend on it. Primarily those seem to be layers using Transform. Where possible, readAsync() would be preferred. If we cannot make all uses asynchronous then we may need a synchronous helper function, either here or in luma.gl.

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

Expected Behavior

n/a

Steps to Reproduce

For a general idea of the areas affected:

https://github.com/search?q=repo%3Avisgl%2Fdeck.gl+%22getData%28%22&type=code

Environment

n/a

Logs

n/a

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions