Tag

Browser APIs

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Sep 2, 2024 · Frontend Development

Unlock the Power of the Navigator API: 5 Essential Features Every JS Developer Needs

Explore the five most useful Navigator API features—online/offline detection, device info, geolocation, clipboard access, and permission management—complete with practical JavaScript code snippets, enabling developers to enhance web applications with richer browser capabilities.

Browser APIsJavaScriptNavigator API
0 likes · 4 min read
Unlock the Power of the Navigator API: 5 Essential Features Every JS Developer Needs
360 Smart Cloud
360 Smart Cloud
Nov 21, 2023 · Frontend Development

WebRTC MediaStream and RTCPeerConnection API Overview and Usage

This article provides a comprehensive overview of WebRTC's MediaStream and RTCPeerConnection APIs, explaining core concepts such as tracks, sources, sinks, device enumeration, media constraints, bitrate and resolution settings, compatibility considerations, screen sharing, content hints, and the step‑by‑step workflow for establishing a peer‑to‑peer connection in the browser.

Browser APIsJavaScriptMediaStream
0 likes · 15 min read
WebRTC MediaStream and RTCPeerConnection API Overview and Usage
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 8, 2023 · Frontend Development

Advanced JavaScript Methods: getBoundingClientRect, IntersectionObserver, createNodeIterator, getComputedStyle, requestAnimationFrame

This article introduces five lesser‑known but powerful JavaScript browser APIs—getBoundingClientRect, IntersectionObserver, createNodeIterator, getComputedStyle, and requestAnimationFrame—explaining their properties, typical application scenarios such as drag‑and‑drop, lazy loading, DOM traversal, style inspection, and animation timing, and providing ready‑to‑use code examples.

Browser APIsDOMJavaScript
0 likes · 11 min read
Advanced JavaScript Methods: getBoundingClientRect, IntersectionObserver, createNodeIterator, getComputedStyle, requestAnimationFrame
360 Tech Engineering
360 Tech Engineering
Jun 6, 2023 · Frontend Development

WebRTC MediaStream and RTCPeerConnection API Overview and Usage Guide

This article provides a comprehensive overview of WebRTC’s MediaStream and RTCPeerConnection APIs, covering concepts such as sources, sinks, tracks, device enumeration, media constraints, resolution and bitrate settings, compatibility issues, screen sharing, content hints, and step‑by‑step connection establishment for real‑time communication in browsers.

Browser APIsJavaScriptMediaStream
0 likes · 13 min read
WebRTC MediaStream and RTCPeerConnection API Overview and Usage Guide
ByteDance Terminal Technology
ByteDance Terminal Technology
Aug 11, 2022 · Frontend Development

Measuring and Optimizing Web Site Performance: Metrics, Collection Techniques, and Evaluation

This article explains how ByteDance measures website performance, describing key front‑end metrics such as FP, FCP, LCP, TTI, TBT, FID, and MPFID, the APIs used to collect them, and how to evaluate overall site health and guide targeted optimizations.

Browser APIsJavaScriptPerformance Metrics
0 likes · 17 min read
Measuring and Optimizing Web Site Performance: Metrics, Collection Techniques, and Evaluation
ByteFE
ByteFE
Aug 4, 2021 · Fundamentals

Understanding JavaScript Streams API: Core Concepts and Practical Applications

This article provides an in-depth exploration of JavaScript's Streams API, covering core concepts like readable/writable/transform streams, backpressure, and practical applications such as video processing and data compression.

Async ProgrammingBrowser APIsData Processing
0 likes · 15 min read
Understanding JavaScript Streams API: Core Concepts and Practical Applications