@@ -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
0 commit comments