[Documentation] Specify default value

...for shared property of workers.
This commit is contained in:
Victor Woeltjen 2015-11-16 16:16:22 -08:00
parent 8363302caf
commit ef5a26dfcc

View File

@ -1268,6 +1268,7 @@ are supported:
* `shared`: Optional; a boolean flag which, if true, indicates that this
worker should be instantiated as a
[`SharedWorker`](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker/SharedWorker).
Default value is `false`.
# Directives