Skip to content

Commit 7c20fd8

Browse files
jooneJoone Hur
andauthored
Add Delayed Messages API Explainer (#1029)
* Add Delayed Messages Explainer * Apply feedback and refine Delayed Messages API explainer - Updated problem description to clarify causes of `postMessage` delays and challenges in identifying root causes. - Expanded explanation of deserialization timing inconsistencies across browsers. - Refined summary of problems to emphasize the need for a dedicated API for diagnosing `postMessage` delays. - Improved description of `PerformanceExecutionContextInfo.name` to clarify optionality for workers and windows/iframes. - Removed "It adds boilerplate code and maintenance overhead" in manual instrumentation section. - Added missing reference to the Event Timing API in the references section. - Update congested example to remove IndexedDB references * Add Delayed Messages issue template and update README with TOC * Add 'Related Discussion, Articles, and Browser Issues' and 'Acknowledgements' sections --------- Co-authored-by: Joone Hur <joonehur@microsoft.com>
1 parent f92c662 commit 7c20fd8

File tree

6 files changed

+855
-0
lines changed

6 files changed

+855
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Delayed Messages
3+
about: new issue
4+
title: "[Delayed Messages] <TITLE HERE>"
5+
labels: DelayedMessages
6+
assignees: joone
7+
8+
---
9+
10+

DelayedMessages/delayed_message_timeline.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)