• logo

    NantTech FrontEnd

    • HTML
    • CSS
    • WebDev
    • Patterns
    • Network
    • Engineering
    • TypeScript
    • Node

OverView

Browser Core

Browser Workflow

Browser Architecture

Browser Navigation

Browser Renderer

Browser Compositor

V8 Engine

JS Design Thought

Garbage collection

V8 Basic Environment

V8 Execution Process

V8 EventLoop

Web Core APIs

OverView

URL

DOM

Storage

XMLHttpRequest

Encoding

Fetch

File System

Fullscreen

Web Components

WebSockets

Web Platform Features

Web Capabilities

Experiment Web

Web Performance

Web Testing

Web CSS-UI

Web Baseline

Responsive Design

Efficiency Tools

Dev Tools

Lighthouse

UX Report

PageSpeed

Workbox

ChromeDriver

Puppeteer

Web Explore

Web Accessibility

WebAssembly

Modern PWA

Web Ai

Web Network Reliability

Web Safe Security

Web Payments

V8 Execution Process

Execution Process

词法分析

语法分析

字节码

解释执行字节码

优化字节码执行速度

即时编译

PREVV8 EventLoop
NEXTGarbage collection

Table of Contents

词法分析语法分析字节码解释执行字节码优化字节码执行速度即时编译