Retrieves details about the specified tab.
Future<Tab> get(int tabId) async { var $res = await promiseToFuture<$js.Tab>($js.chrome.tabs.get(tabId)); return Tab.fromJS($res); }