Module S.Window
Windows and tabs management.
val make : hint -> (t * [ hint | `other of json ]) cmd
Create a new window or tab, using
hint
as a suggestion. Returns a handle to the created window/tab and its actual kind.
S.Window
Windows and tabs management.
val make : hint -> (t * [ hint | `other of json ]) cmd
Create a new window or tab, using hint
as a suggestion. Returns a handle to the created window/tab and its actual kind.