index
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
@defmodule[racket-webview/wv-context]
|
||||
|
||||
@section{Overview}
|
||||
@section[#:tag "wv-context-overview"]{Overview}
|
||||
|
||||
The library is organized around two main concepts: contexts and windows.
|
||||
|
||||
A context represents the shared runtime environment for one or more webview
|
||||
windows. It owns the underlying webview context, provides the base URL used by
|
||||
those windows, and gives access to persistent settings through
|
||||
@racketmodname[wv-settings].
|
||||
@racketmodname[racket-webview/wv-settings].
|
||||
|
||||
A context stores both JavaScript and CSS boilerplate. The JavaScript boilerplate
|
||||
is passed to the native runtime, while the CSS boilerplate is injected into HTML
|
||||
|
||||
Reference in New Issue
Block a user