Re-exports

pub use cf::Cf;
pub use context::Context;
pub use file::File;
pub use formdata::FormData;
pub use global::WorkerGlobalScope;
pub use headers::Headers;
pub use request::Request;
pub use response::Response;
pub use response_init::ResponseInit;
pub use abort::*;
pub use durable_object::*;
pub use dynamic_dispatch::*;
pub use fetcher::*;
pub use request_init::*;
pub use schedule::*;
pub use websocket::*;

Modules

Macros

When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.

When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.

When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.

When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.

Structs

The CloseEvent class.

The ErrorEvent class.

The MessageEvent class.