Skip to content

Commit

Permalink
Add Blink web worker performance warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 13, 2024
1 parent 36133f1 commit 542aa7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ canvasSize.maxArea({
});
```

!> At the time of this writing, Firefox and Safari are able to perform canvas tests using a web worker at the same speed or better compared to tests run on the main thread. Unfortunately, Blink-based browsers like Chrome and Edge perform significantly slower when using web workers. This is a long-standing issue and the cause is unknown.

## Methods

### maxArea
Expand Down

0 comments on commit 542aa7a

Please sign in to comment.