Update OSR with more details
This commit is contained in:
parent
306b627090
commit
42f51850cc
1 changed files with 4 additions and 2 deletions
|
@ -91,9 +91,11 @@ free software licenses, and is a widely-used alternative to commercial
|
||||||
proprietary products like InstallShield. [electron-builder] supports NSIS
|
proprietary products like InstallShield. [electron-builder] supports NSIS
|
||||||
as a build target.
|
as a build target.
|
||||||
|
|
||||||
## OSR
|
### OSR
|
||||||
|
|
||||||
Off-screen rendering.
|
OSR (Off-screen rendering) can be used for, e.g., loading heavy page in
|
||||||
|
background and then displaying it after (it will be much more faster).
|
||||||
|
It allows you to render page without show on screen.
|
||||||
|
|
||||||
### process
|
### process
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue