File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ possible for an attacker to further reduce the set of potential tasks that can
72
72
run instead of its own by leveraging this priority. For example, if a UA uses a
73
73
simple static prioritization scheme spanning all event loops in a thread, then
74
74
using "{{TaskPriority/user-blocking}}" {{Scheduler/postTask()}} tasks or
75
- "{{ContinuationPriority /user-visible}}" and higher priority
76
- {{Scheduler/yield()}} continuations &mdash ; which are meant to have a higher
77
- event loop priority &mdash ; instead of {{Window/postMessage(message,
78
- options)|postMessage()}} tasks might decrease this set, depending on their
79
- relative prioritization and what runs between.
75
+ "{{TaskPriority /user-visible}}" and higher priority {{Scheduler/yield()}}
76
+ continuations &mdash ; which are meant to have a higher event loop priority
77
+ &mdash ; instead of {{Window/postMessage(message, options)|postMessage()}} tasks
78
+ might decrease this set, depending on their relative prioritization and what
79
+ runs between.
80
80
81
81
** What Mitigations are Possible?** <br />
82
82
There are mitigations that implementers can consider to minimize the risk:
You can’t perform that action at this time.
0 commit comments