Omzetting naar stdio.
This commit is contained in:
@@ -35,10 +35,11 @@ This documentation is provided for version @bold{@version} of racket webview.
|
||||
Racket Webview is a class-oriented webview library built on top of a Qt-based
|
||||
native runtime.
|
||||
|
||||
The library is layered. At the lowest level a native FFI layer is used. On top
|
||||
of that, @racketmodname[racket-webview/racket-webview] provides a functional API. The
|
||||
class-oriented API described in this manual is built from smaller modules on top
|
||||
of that layer.
|
||||
The library is layered. At the lowest level, Racket starts a separate Qt helper
|
||||
process and exchanges line-delimited JSON messages through stdin and stdout.
|
||||
On top of that, @racketmodname[racket-webview/racket-webview] provides a
|
||||
functional API. The class-oriented API described in this manual is built from
|
||||
smaller modules on top of that layer.
|
||||
|
||||
@section{Core Concepts}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user