Skip to content

Commit

Permalink
Update compatibility.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Dec 21, 2024
1 parent ce4b1d6 commit 71dd4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ By default, all feature flags are enabled. The following are the feature flags a
| `TypeError` |[^2] |[^2] |[^2] |
| `URIError` |[^2] |[^2] |[^2] |
| `Promise` ||||
| `AbortSignal` |[^6] |[^6] |[^6] |
| [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_iterable_protocol) ||||
| [Well-known symbols](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#static_properties) ||||
| [`AsyncIterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#the_async_iterator_and_async_iterable_protocols) ||||
Expand Down Expand Up @@ -137,3 +138,4 @@ By default, all feature flags are enabled. The following are the feature flags a
[^3]: `Feature.AggregateError` must be enabled, otherwise `AggregateError` is serialized into an `Error` instance.
[^4]: `FormData` is partially supported if it doesn't contain any `Blob` or `File` instances.
[^5]: Due to the nature of `Blob` and `File` being an async type (in that it returns a `Promise`-based serializable data) while having a sync constructor, it cannot be represented in a way that the type is consistent to its original declaration.
[^6]: `Feature.AbortSignal` must be enabled, otherwise throws an ``SerovalUnsupportedTypeError`.

0 comments on commit 71dd4ce

Please sign in to comment.