Fable Fetch Bindings

JSON →
library 0.2.4 ·javascript maintenance
verified Jun 7, 2026

Fable bindings for the Fetch API, providing an F# interface for HTTP requests and responses. Version 0.2.4 is the latest stable release. This package wraps the JavaScript Fetch API for use in Fable-compiled F# projects targeting JavaScript. It includes helper functions for common patterns like fetching JSON and posting records, leveraging F#'s async workflows. Designed for Fable 1.x; newer projects should use Fable 2+ with the Fetch bindings provided by fable-library or a dedicated fetch library.