Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored Jul 20, 2023
1 parent c016a21 commit 28c05eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ offscreen.transferToImageBitmap();
// ImageBitmap { width: 256, height: 256 }

// Either:
// Pass this ImageBitmap to ImageBitmapRenderingContext.transferFromImageBitmap
// Pass this `ImageBitmap` to `ImageBitmapRenderingContext.transferFromImageBitmap`
// or:
// Use the ImageBitmap with other web APIs, and call ImageBitmap.close()!
// Use the `ImageBitmap` with other web APIs, and call `ImageBitmap.close()`!
```

## Specifications
Expand Down

0 comments on commit 28c05eb

Please sign in to comment.