Skip to content

Commit d49962d

Browse files
committed
feat(fetch): Deprecate old fetch service
1 parent c842322 commit d49962d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/browser/service/fetch.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#![deprecated(
2+
since = "0.7.0",
3+
note = "Please use [`seed::browser::fetch`](../../fetch/index.html) module instead"
4+
)]
5+
16
//! High-level interface for `web_sys` HTTP requests.
27
use std::future::Future;
38

0 commit comments

Comments
 (0)