Public Vars

Back

with-frame (clj)

(source)

macro

(with-frame driver q & body)
Excecute `body` within context of frame found via `driver` by query `q`. Frame context is restored after call. Result of `body` is returned.

Examples