- Introduction
- Getting started
- Philosophy
- Comparison
- Limitations
- Debugging runbook
- FAQ
- Basics
- Concepts
- Network behavior
- Integrations
- API
- CLI
- Best practices
- Recipes
- Cookies
- Query parameters
- Response patching
- Polling
- Streaming
- Network errors
- File uploads
- Responding with binary
- Custom worker script location
- Global response delay
- GraphQL query batching
- Higher-order resolver
- Keeping mocks in sync
- Merging Service Workers
- Mock GraphQL schema
- Using CDN
- Using custom "homepage" property
- Using local HTTPS
listHandlers()
Return the list of current request handlers.
Please consider disabling AdBlocker for this site. Thank you for supporting the project.
Call signature
worker.listHandlers()
This method accepts no arguments and returns a list of the Array<RequestHandler>
shape. It’s primarily designed for debugging and introspection purposes.