more descriptions
This commit is contained in:
parent
ded00097ee
commit
a1a1dbe2db
|
@ -397,9 +397,20 @@ language.
|
||||||
|
|
||||||
The bindings here might relocate!
|
The bindings here might relocate!
|
||||||
|
|
||||||
@defform[(in-javascript-context? ...)]{}
|
@defproc[(in-javascript-context?) boolean]{Returns true if the running context
|
||||||
@defform[(viewport-width)]{}
|
supports JavaScript-specific functions.}
|
||||||
@defform[(viewport-height)]{}
|
|
||||||
|
@defform[(viewport-width)]{
|
||||||
|
Can only be called in a JavaScript context.
|
||||||
|
|
||||||
|
Returns wthe width of the viewport.
|
||||||
|
}
|
||||||
|
|
||||||
|
@defform[(viewport-height)]{
|
||||||
|
Can only be called in a JavaScript context.
|
||||||
|
|
||||||
|
Returns the height of the viewport.
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user