Mohsen Azimi
Results
93
comments of
Mohsen Azimi
trafficstars
Yes, that's what I do know but I wish I didn't have to.
@a-tarasyuk I don't think syntax is ambiguous. ```ts export default: number[]; // same as type Default = number[]; export default Default; ``` ```ts export default: number[] = []; // same...
I did this: ```ts const { clients, addEventListener, skipWaiting, registration } = self as ServiceWorkerGlobalScope; ``` Note you need "webworker" lib with 2.4