hs
ModuleProperties
This module has no properties.
Methods
hs.reload() -> None
Destroy the current JavaScript runtime and start a new one, loading all configuration from disk again
Declaration
hs.reload() -> None
Returns
None
Example
hs.reload()
hs.collectGarbage() -> None
Force garbage collection of JavaScript objects that no longer have any references
Declaration
hs.collectGarbage() -> None
Returns
None
Notes
This uses private macOS API
Example
hs.collectGarbage()