js--read-tab
js--read-tab is a compiled Lisp function in `js.el
'.
(js--read-tab PROMPT)
Read a Mozilla tab with prompt PROMPT.
Return a cons of (TYPE . OBJECT). TYPE is either 'window or
'tab, and OBJECT is a JavaScript handle to a ChromeWindow or a
browser, respectively.