Problem
The browser example currently demonstrates SmoothAPI functionality through
interactive buttons, including retry and circuit breaker behavior.
Request Deduplication is supported by SmoothAPI but does not currently
have an interactive browser demonstration.
What needs to be done
Add a new Request Deduplication demo to the browser example.
The demo should:
- Add a new button to the page
- Add a click handler
- Trigger multiple identical requests concurrently
- Display the results in the existing output area
Acceptance Criteria
Files to look at
examples/browser/index.html
examples/browser/main.ts
Prerequisites
Basic HTML and JavaScript/TypeScript.
Notes
Keep the UI consistent with the existing browser example.
Problem
The browser example currently demonstrates SmoothAPI functionality through
interactive buttons, including retry and circuit breaker behavior.
Request Deduplication is supported by SmoothAPI but does not currently
have an interactive browser demonstration.
What needs to be done
Add a new Request Deduplication demo to the browser example.
The demo should:
Acceptance Criteria
Files to look at
examples/browser/index.htmlexamples/browser/main.tsPrerequisites
Basic HTML and JavaScript/TypeScript.
Notes
Keep the UI consistent with the existing browser example.