Re: [w3c/ServiceWorker] clarify that manually constructed ExtendableEvent objects may not extend lifetime via waitUntil() (#1040)

I think we may want to use `event.isTrusted` to check if the event is a synthetic object instead of checking pending promises count here. @annevk, can we ensure with `.isTrusted == false` if an event is a synthetic event?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1040#issuecomment-291363403

Received on Tuesday, 4 April 2017 01:24:42 UTC