Skip to content

Commit a753120

Browse files
committed
update starlingmonkey to 0.2.0 and update readme
Signed-off-by: Karthik Ganeshram <karthik.ganeshram@fermyon.com>
1 parent ba3c9b8 commit a753120

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,17 @@ The following APIs are available:
5959

6060
* **Legacy Encoding**: `atob`, `btoa`, `decodeURI`, `encodeURI`, `decodeURIComponent`, `encodeURIComponent`
6161
* **Streams**: `ReadableStream`, `ReadableStreamBYOBReader`, `ReadableStreamBYOBRequest`, `ReadableStreamDefaultReader`, `ReadableStreamDefaultController`, `ReadableByteStreamController`, `WritableStream` `ByteLengthQueuingStrategy` `CountQueuingStrategy`, `TransformStream`
62-
* **URL**: `URL` `URLSearchParams`
62+
* **URL**: `URL`, `URLSearchParams`
6363
* **Console**: `console`
6464
* **Performance**: `Performance`
6565
* **Task**: `queueMicrotask`, `setInterval` `setTimeout` `clearInterval` `clearTimeout`
6666
* **Location**: `WorkerLocation`, `location`
6767
* **Encoding**: `TextEncoder`, `TextDecoder`, `CompressionStream`, `DecompressionStream`
6868
* **Structured Clone**: `structuredClone`
69-
* **Fetch**: `fetch` `Request` `Response` `Headers`
69+
* **Fetch**: `fetch`, `Request`, `Response`, `Headers`
7070
* **Forms, Files, and Blobs**: `FormData`, `MultipartFormData`, `File`, `Blob`
71-
* **Crypto**: `SubtleCrypto` `Crypto` `crypto` `CryptoKey`
71+
* **Crypto**: `SubtleCrypto`, `Crypto`, `crypto`, `CryptoKey`
72+
* **Abort**: `AbortController`, `AbortSignal`
7273

7374
## Usage
7475

StarlingMonkey

Submodule StarlingMonkey updated 114 files

0 commit comments

Comments
 (0)