Skip to content

Commit 30581ca

Browse files
committed
chore: added workers feature support on README
1 parent 3594c29 commit 30581ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ cross-fetch<br>
66
[![codecov](https://codecov.io/gh/lquixada/cross-fetch/branch/main/graph/badge.svg)](https://codecov.io/gh/lquixada/cross-fetch)
77
================
88

9-
Universal WHATWG Fetch API for Node, Browsers and React Native. The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.
9+
Universal WHATWG Fetch API for Node, Browsers, Workers and React Native. The scenario that cross-fetch really shines is when the same JavaScript codebase needs to run on different platforms.
1010

1111
- **Platform agnostic**: browsers, Node or React Native
1212
- **Optional polyfill**: it's up to you if something is going to be added to the global object or not
1313
- **Simple interface**: no instantiation, no configuration and no extra dependency
1414
- **WHATWG compliant**: it works the same way wherever your code runs
1515
- **TypeScript support**: better development experience with types.
16+
- **Worker support**: works on different types of workers such as Service Workers and CloudFlare Workers
1617

1718

1819
* * *

0 commit comments

Comments
 (0)