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

fix: Don't copy deprecated Event.path #7782

Merged
merged 1 commit into from
May 31, 2022

Conversation

mister-ben
Copy link
Contributor

Description

Lighthouse complains if path is copied from the event as Event.path is deprecated.

Specific Changes proposed

Adds path to the list of excluded properties.

Requirements Checklist

  • Feature implemented / Bug fixed
  • If necessary, more likely in a feature request than a bug fix
    • Change has been verified in an actual browser (Chrome, Firefox, IE)
    • Unit Tests updated or fixed
    • Docs/guides updated
    • Example created (starter template on JSBin)
  • Reviewed by Two Core Contributors

@codecov
Copy link

codecov bot commented May 25, 2022

Codecov Report

Merging #7782 (2cdcfe7) into main (18bad57) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #7782   +/-   ##
=======================================
  Coverage   80.92%   80.93%           
=======================================
  Files         116      116           
  Lines        7461     7462    +1     
  Branches     1811     1812    +1     
=======================================
+ Hits         6038     6039    +1     
  Misses       1423     1423           
Impacted Files Coverage Δ
src/js/utils/events.js 81.00% <100.00%> (+0.09%) ⬆️

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 18bad57...2cdcfe7. Read the comment docs.

@misteroneill misteroneill merged commit 27f22ef into videojs:main May 31, 2022
@mister-ben mister-ben deleted the fix-remove-path branch June 20, 2022 15:14
edirub pushed a commit to edirub/video.js that referenced this pull request Jun 8, 2023
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.

3 participants