Unicode Explorer using binary search over fetch() HTTP range requests
A developer builds a Unicode character lookup tool using binary search over HTTP range requests, with AI assistance.
A developer builds a Unicode character lookup tool using binary search over HTTP range requests, with AI assistance.
A developer builds a Unicode character explorer using binary search over HTTP range requests, with AI assistance.
Announcement of htmx 4, replacing XMLHttpRequest with fetch() and introducing breaking changes with a detailed upgrade plan.
Explains why fetch streams are inaccurate for measuring upload/download progress, especially with compressed content.
The zlFetch library adds streaming capabilities and TypeScript support, simplifying handling of Server-Sent Events, Chunked Encoding, and normal streams.
Introduces Mentoss, a new JavaScript library designed to mock fetch() requests for testing, focusing on developer experience and documentation.
Explains how the Fetch API's credentials option works with cookies, detailing the 'omit', 'same-origin', and 'include' values.
Announcing zlFetch's support for FormData and its utilities for converting FormData to objects and query strings.
Updates to the zlFetch library, a wrapper for the Fetch API, including error handling improvements, debug mode, and instance creation.
Explores the AbortController API in JavaScript, demonstrating how to cancel fetch requests and other operations using AbortSignal.
A tutorial on using the JavaScript fetch() API to make GET and POST requests with JSON data, including setting headers and parsing responses.
A technical guide explaining how to use JavaScript and the Fetch API to add custom request headers (like JWTs) to an iframe's src request.
Learn how to use the Decorator Pattern in JavaScript to add features like JSON extraction and error handling to the native fetch() API.
A guide to implementing configurable timeouts for JavaScript fetch() requests using AbortController and setTimeout.
A guide to using the JavaScript Fetch API with async/await syntax, covering data fetching, error handling, and request cancellation.
Explains how to polyfill the Fetch API for older browsers and Node.js, covering polyfills vs. transpilers and Babel configuration.
Explains how many common JavaScript features like timers, fetch, and DOM manipulation are actually Browser APIs, not part of the core language.
Explains why and how to replace the axios HTTP library with a lightweight, custom wrapper around the browser's native fetch API.
A tutorial on using the DEV.to API with client-side JavaScript to fetch, sort, and embed a user's recent blog posts by positive reactions.