Skip to content

issues Search Results · language:Dune language:TypeScript language:JavaScript language:TypeScript language:Python

Filter by

56.7M results  (740 ms)

56.7M results

JSON.stringify 和 JSON.parse 都提供了高级参数,用于在序列化和反序列化过程中转换数据。 JSON.stringify 的 replacer 参数 JSON.stringify(value, replacer?, space?) 的第二个参数 replacer 可以是数组或函数,用于控制哪些属性被序列化以及如何转换值。 Array 形式 传入属性名白名单数组,只序列化指定属性。 ...
javascript

Broken links report: Error: Input URL required. Use --help for more options Error: Input URL required. Use --help for more options Error: Input URL required. Use --help for more options

Summary Add a `committee-relevance-explanation` prompt template + endpoint that mirrors the existing `bill-relevance-explanation` (this repo s #72 / PR #75). Produces ONE sentence (15-30 words) explaining ...

CSS pointer-events 属性控制元素如何响应鼠标/触摸/触控笔的交互事件(点击、悬停、拖动等)。它最初来自 SVG,后被扩展到 HTML 元素。 语法 .element { pointer-events: auto; /* 默认,响应事件 */ pointer-events: none; /* 不响应事件,事件穿透 */ pointer-events: ...
css

Goal: keep details useful but not overwhelming. Detail page should show: - short description - why it fits HEHA - address or service area - website/social link - offer if approved - save/share ...

Environment: oh-my-claudecode plugin v4.7.6, Claude Code CLI 2.1.x, Linux. Behavior: When Claude Code native fork/teammate agents (background Agent tool spawns) stop, subagent-tracker.mjs s processSubagentStop ...
agents

Permissions-Policy(原 Feature-Policy)是 HTTP 响应头,允许网站控制哪些浏览器特性(API)可以被当前页面及其嵌入的 iframe 使用。它是现代 Web 安全的重要机制,也是对浏览器的权限管理接口。 基本概念 Permissions-Policy 替代了已废弃的 Feature-Policy 头,提供了更细粒度的 API 权限控制机制。 HTTP 头部语法 ...
html
network

URLPattern API 是浏览器原生提供的 URL 路由匹配接口,基于 URL Pattern 标准(类似于路径匹配库 path-to-regexp 的模式语法),用于高效解析和匹配 URL。 基本用法 // 创建 URLPattern const pattern = new URLPattern( /products/:id , https://example.com ); // 匹配 ...
html
javascript

import.meta 是 ES2020(ES11)引入的一个元属性,它向 JavaScript 模块暴露宿主环境的上下文元数据。它是一个对象,其属性由宿主环境(浏览器、Node.js 等)定义。 基本用法 // main.js console.log(import.meta); // 在浏览器中输出:{ url: https://example.com/scripts/main.js } ...
ecmascript
javascript

Automated Test Report Branch: refs/pull/86/merge Commit: 6e407fa Run: 27384871637 ✅ Lint passed ❌ Tests (pytest) ============================= test session starts ============================== platform ...
bug
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.