method ICloudflareBindings.service
ICloudflareBindings.service(name: string): IServiceBinding

A service binding to another Worker.

Parameters

name: string

The binding name

Return Type

The service binding

Throws

CloudflareBindingMissingError

When the binding is absent

Usage

import { type ICloudflareBindings } from "cloudflare-plugin/src/index.ts";