Skip to content

Commit 995cb62

Browse files
authored
Explain bindings vs REST APIs
1 parent 4be9a5a commit 995cb62

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis/bindings

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Worker Bindings that allow for interaction with other Cloudflare Re
88

99
import { DirectoryListing, WranglerConfig } from "~/components"
1010

11-
Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform.
11+
Bindings allow your Worker to interact with resources on the Cloudflare Developer Platform. Bindings provide better performance and less restrictions from Workers than using the [REST APIs](/api/).
1212

1313
The following bindings available today:
1414

0 commit comments

Comments
 (0)