惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

Recent Commits to notifications:main

Meta: update repository files Review Draft Publication: January 2026 · whatwg/notifications@cfd5c87 Meta: link to Korean translations Editorial: add "has showNotification() been successfully invoked" Editorial: modernize language Allow notifications and actions to specify a navigable URL Review Draft Publication: January 2025 Editorial: rename action to notification action and export it Meta: link new Simplified Chinese translation Editorial: export notification show steps Editorial: improve notification member types Mark persistent notifications as a tracking vector Editorial: prepare create a notification for Declarative Web Push Update use of Web IDL "invoke a callback function" Editorially: generally refer to user as end user Editorial: modernize the language around actions Editorial: correct some concept types · whatwg/notifications@96a2c28 Editorial: add a missing comma Meta: update repository files
Meta: export notification's service worker registration · whatwg/notifications@c032675
annevk · 2024-11-06 · via Recent Commits to notifications:main
Original file line numberDiff line numberDiff line change

@@ -45,7 +45,7 @@ IDL, Service Workers, URL, and Vibration API Standards.

4545

representation of something that happened, such as the delivery of a message.

4646
4747

<p>A <a for=/>notification</a> has an associated

48-

<dfn for=notification id=service-worker-registration>service worker registration</dfn> (null

48+

<dfn export for=notification id=service-worker-registration>service worker registration</dfn> (null

4949

or a <a for=/>service worker registration</a>). It is initially null.

5050
5151

<p>A <a for=/>notification</a> has an associated <dfn for=notification id=concept-title>title</dfn> (a string).