From 94b3b5c5e24aef1e1beefcdc9cd6e1c8bd32c3af Mon Sep 17 00:00:00 2001 From: Yaroslav Vorobev Date: Mon, 23 Jan 2023 15:27:52 +0300 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d463a12..32b9d96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Fetch API. > ⚠️ Requires Dart 2.19 or higher. +> +> Some methods are exclusive for Dart 3.0, see [compatibility_layer](lib/compatibility_layer.dart) for more info. This package provides JavaScript bindings to [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API).