w3c / resource-timing

Resource Timing
https://w3c.github.io/resource-timing/
Other
122 stars 37 forks source link

The step to queue a task to run fire a buffer full event should specify its source #215

Closed rniwa closed 4 years ago

rniwa commented 5 years ago

Queueing a task requires specifying its source. We need to specify one for when we schedule a task to fire a buffer full event.

npm1 commented 4 years ago

In https://w3c.github.io/performance-timeline/#queue-a-performanceentry we use the 'performance timeline task source'. We should use that task source here.

rniwa commented 4 years ago

Sounds good.