Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lacking tabs event listeners #128

Closed
wants to merge 3 commits into from
Closed

Conversation

softoika
Copy link

Closes: #107

Added some event listeners for chrome.tabs except for deprecated methods.

Reference: https://developer.chrome.com/extensions/tabs

@codecov
Copy link

codecov bot commented Oct 28, 2020

Codecov Report

Merging #128 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #128   +/-   ##
=======================================
  Coverage   99.44%   99.44%           
=======================================
  Files          12       12           
  Lines         179      179           
  Branches       42       42           
=======================================
  Hits          178      178           
  Misses          1        1           
Impacted Files Coverage Δ
src/tabs.js 96.15% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b19acd...375a44f. Read the comment docs.

@clarkbw clarkbw closed this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for browser.tabs.onCreated
2 participants