Tag

web APIs

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 24, 2025 · Frontend Development

Six Lesser‑Known Ways to Output Data in JavaScript

This article introduces six alternative JavaScript output techniques—including document.write, advanced console methods, the Notification API, speech synthesis, Blob with URL.createObjectURL, and WebSocket—providing developers with richer options beyond console.log and alert for diverse web scenarios.

JavaScriptconsoledocument.write
0 likes · 5 min read
Six Lesser‑Known Ways to Output Data in JavaScript
Laravel Tech Community
Laravel Tech Community
Mar 8, 2023 · Frontend Development

Google Chrome 111 Introduces Improved Download UI, View Transitions API, Automatic Permission Revocation, and New Document Picture-in-Picture API

Chrome 111, released a month after Chrome 110, brings a refined download bubble UI, a numeric download count, smoother page transition support via the View Transitions API, automatic revocation of unused site permissions, and a new Document Picture-in-Picture API for richer web experiences.

Browser UpdatesChromePicture-in-Picture
0 likes · 3 min read
Google Chrome 111 Introduces Improved Download UI, View Transitions API, Automatic Permission Revocation, and New Document Picture-in-Picture API
Sohu Tech Products
Sohu Tech Products
Sep 28, 2022 · Frontend Development

Using JavaScript Blob, File, FileReader, ArrayBuffer, DataView, Object URL and Base64 APIs

This article explains how JavaScript’s Blob, File, FileReader, ArrayBuffer, DataView, Object URL and Base64 APIs work together to create, slice, read, convert and display binary data in web applications, providing code examples for each operation and detailing their properties, methods, and typical use‑cases.

ArrayBufferFileReaderJavaScript
0 likes · 23 min read
Using JavaScript Blob, File, FileReader, ArrayBuffer, DataView, Object URL and Base64 APIs
vivo Internet Technology
vivo Internet Technology
Jul 6, 2022 · Frontend Development

An Introduction to CSS Houdini: APIs, Usage, and Examples

CSS Houdini exposes low‑level browser rendering APIs to JavaScript, letting developers define custom properties, paints, animations, and layouts with typed objects, high‑performance worklets, and native support that surpasses polyfills, while offering examples, usage patterns, and current browser compatibility details.

Animation APICSS HoudiniFront-End Development
0 likes · 21 min read
An Introduction to CSS Houdini: APIs, Usage, and Examples
Laravel Tech Community
Laravel Tech Community
Apr 27, 2022 · Frontend Development

Chrome 101 Release Highlights: FedCM API, Priority Hints, WebUSB Enhancements, CSS Font Palette, and MediaCapabilities Updates

Chrome 101 introduces the experimental Federated Credential Management API, Priority Hints for resource loading, comparable WebUSB objects, a USBDevice.forget() method, deprecation of WebSQL in third‑party contexts, new CSS font‑palette and hwb() features, and an expanded MediaCapabilities API for WebRTC streams.

Browser UpdatesCSSChrome
0 likes · 3 min read
Chrome 101 Release Highlights: FedCM API, Priority Hints, WebUSB Enhancements, CSS Font Palette, and MediaCapabilities Updates
Laravel Tech Community
Laravel Tech Community
Mar 7, 2022 · Frontend Development

Chrome 100 Beta Introduces Multi‑Screen Window Placement and Digital Goods APIs

Chrome 100 beta adds two new web APIs—the Multi‑Screen Window Placement API for managing multi‑window applications across displays, and the Digital Goods API for handling in‑app purchases—along with other updates, with the stable release expected by the end of March.

ChromeDigital GoodsMulti‑Screen
0 likes · 2 min read
Chrome 100 Beta Introduces Multi‑Screen Window Placement and Digital Goods APIs
IT Services Circle
IT Services Circle
Feb 16, 2022 · Frontend Development

Using Browser Observer APIs: IntersectionObserver, MutationObserver, ResizeObserver, PerformanceObserver, and ReportingObserver

This article explains how to use the five browser Observer APIs—IntersectionObserver, MutationObserver, ResizeObserver, PerformanceObserver, and ReportingObserver—to monitor element visibility, attribute changes, size adjustments, performance metrics, and browser interventions, providing code examples and practical use cases.

IntersectionObserverMutationObserverPerformanceObserver
0 likes · 10 min read
Using Browser Observer APIs: IntersectionObserver, MutationObserver, ResizeObserver, PerformanceObserver, and ReportingObserver
vivo Internet Technology
vivo Internet Technology
Nov 17, 2021 · Frontend Development

Understanding Chrome Extensions: Architecture, Core Mechanisms, and Practical Use Cases

The article explains Chrome extensions’ architecture—including manifest files, background, popup, and content scripts—and how the extension, render, and browser processes communicate, then showcases practical use cases such as page overrides, cookie control, tab management, request interception, DOM automation, and a multilingual management tool for a global e‑commerce platform.

Chrome ExtensionFrontend DevelopmentJavaScript
0 likes · 13 min read
Understanding Chrome Extensions: Architecture, Core Mechanisms, and Practical Use Cases
ByteFE
ByteFE
Apr 29, 2021 · Frontend Development

Avoid Using Functions as Callbacks Unless They Are Designed for It – Common Pitfalls in JavaScript and TypeScript

The article explains how using functions that were not intended as callbacks—such as library utilities, Web APIs, or option objects—can break when array.map or other higher‑order functions pass extra arguments, and it shows safer patterns, TypeScript behavior, and linting hints to prevent these bugs.

CallbacksJavaScriptTypeScript
0 likes · 12 min read
Avoid Using Functions as Callbacks Unless They Are Designed for It – Common Pitfalls in JavaScript and TypeScript
Laravel Tech Community
Laravel Tech Community
Jul 16, 2020 · Frontend Development

Chrome 84 Release Highlights: App Icon Shortcuts, Web Animations API, Wake Lock, Content Indexing, Idle Detection, and WebAssembly SIMD

Chrome 84 was officially released with a focus on developer‑oriented updates, introducing App Icon Shortcuts, expanded Web Animations API support, Wake Lock and Content Indexing APIs, experimental Idle Detection and WebAssembly SIMD features, as well as continued SameSite cookie policy refinements.

Browser UpdatesChromeIdle Detection
0 likes · 4 min read
Chrome 84 Release Highlights: App Icon Shortcuts, Web Animations API, Wake Lock, Content Indexing, Idle Detection, and WebAssembly SIMD
Architecture Digest
Architecture Digest
Jan 5, 2017 · Backend Development

The Past, Present, and Future of APIs: From Mechanical Turk to Autonomous APIs

This article traces the evolution of APIs from early mechanical automata and historic milestones like Deep Blue to today’s REST‑based Web APIs, highlights current challenges such as documentation drift and versioning, and proposes autonomous, self‑describing APIs powered by vocabularies and discovery services.

API designAPI discoveryAutonomous APIs
0 likes · 11 min read
The Past, Present, and Future of APIs: From Mechanical Turk to Autonomous APIs