Skip to content

Commit

Permalink
docs: add transferable objects to technologies used
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshaf committed Nov 24, 2024
1 parent 146cc92 commit 17c49be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@ flowchart TD
IDBCache --> |"Item"| Application
```

## Web APIs used
## Technologies used

- [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
- [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API)
- [MessageChannel](https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel)
- [MessagePort](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort)
- [Transferable objects](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Transferable_objects)
- [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API)
- [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto)
- [AES-GCM](https://developer.mozilla.org/en-US/docs/Web/API/AesGcmParams)
Expand Down

0 comments on commit 17c49be

Please sign in to comment.