Re: [w3ctag/design-reviews] scheduler.postTask() API (#338)

What happens in this case? 

```js
const controller = new TaskController('user-blocking');
scheduler.postTask(doWork, { signal, priority: 'background' });
``` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/338#issuecomment-594201878

Received on Tuesday, 3 March 2020 22:23:23 UTC