Skip to content

Commit

Permalink
Fix device name in "Reading Files from JavaScript" example (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgit authored Jan 1, 2025
1 parent f01f506 commit e884266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Example:
```js
const idbDevice = await CheerpX.IDBDevice.create("files");
// Use CheerpX to write something to the device
const outputBlob = await dataDevice.readFileAsBlob("/filename");
const outputBlob = await idbDevice.readFileAsBlob("/filename");
```

> [!note] Note
Expand Down

0 comments on commit e884266

Please sign in to comment.