refactor: simplify process object initialization for sandboxed renderers (#14878)

Also fix `process.windowsStore`.
This commit is contained in:
Milan Burda 2018-09-30 23:24:00 +02:00 committed by Alexey Kuzmin
parent 0127bbc8e8
commit ce38be74df
5 changed files with 45 additions and 43 deletions

View file

@ -28,6 +28,8 @@ In sandboxed renderers the `process` object contains only a subset of the APIs:
- `type`
- `version`
- `versions`
- `mas`
- `windowsStore`
## Events