7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript3,324 forks (3,324 forks)batch import
good first issuetype - bug
Repository metrics
- Stars
- 11,758 stars (11,758 stars)
- PR merge metrics
- Avg merge 15d 12h (Avg merge 15d 12h)23 merged PRs in 30d (23 merged PRs in 30d)
Description
What happened?
Getting the following bug in my app.

Reproduction steps
...
Sandcastle example
No response
Environment
Browser:
CesiumJS Version:
Operating System:
Contributor guide
- Research direction
- Locate all usages of createImageBitmap in the codebase and replace with the recommended modern alternative (e.g., using ImageBitmap via OffscreenCanvas or async methods).
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScriptBrowser APIs