GoogleChromeLabs / tasklets

177 stars 17 forks source link

Use `tasklets` consistently #27

Closed ramlmn closed 7 years ago

ramlmn commented 7 years ago

Change tasklet to tasklets in JavaScript integration too.

surma commented 7 years ago

Good catch. Thanks.

ramlmn commented 7 years ago

@surma And also should that be

This would run in the default tasklet.

or

This would run in the default tasklets.

Just for clarification!

surma commented 7 years ago

“Tasklets” is plural. So it’s the API to manage all tasklets. But there can be individual tasklets like the “default tasklet”.