Skip to content

Added Web types - currently ImageData#8

Merged
WebReflection merged 1 commit intomainfrom
web-types
Jul 10, 2025
Merged

Added Web types - currently ImageData#8
WebReflection merged 1 commit intomainfrom
web-types

Conversation

@WebReflection
Copy link
Copy Markdown
Owner

There are extra types that don't travel properly from the main to the worker (but travels well vice-versa as structured-clone compatible).

ImageData is one of these types that also, having a read-only data field, might mislead or break users' intents with remote code creating these references via context.createImageData(...) out of a local canvas reference.

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 16167250410

Details

  • 38 of 38 (100.0%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 16157580261: 0.0%
Covered Lines: 1733
Relevant Lines: 1733

💛 - Coveralls

@WebReflection WebReflection merged commit 870325a into main Jul 10, 2025
2 checks passed
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