Remove Object.hasOwn usage from the src/core/xref.js file#20663
Remove Object.hasOwn usage from the src/core/xref.js file#20663Snuffleupagus merged 1 commit intomozilla:masterfrom
Object.hasOwn usage from the src/core/xref.js file#20663Conversation
This should not be necessary, given the following checks done early during the worker initialization: https://github.com/mozilla/pdf.js/blob/c5746949acd8d64636683c2da733e5426535728e/src/core/worker.js#L124-L141
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #20663 +/- ##
==========================================
+ Coverage 59.79% 59.83% +0.03%
==========================================
Files 169 169
Lines 90158 90158
==========================================
+ Hits 53907 53943 +36
+ Misses 36251 36215 -36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Looks good to me, with passing tests, but since this was added somewhat recently in af144be I'd like @calixteman to also sign off on this. Thanks!
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/9eb4d30996624c0/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/e8ca7ba61ca6f2f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/9eb4d30996624c0/output.txt Total script time: 42.09 mins
Image differences available at: http://54.241.84.105:8877/9eb4d30996624c0/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e8ca7ba61ca6f2f/output.txt Total script time: 82.68 mins
Image differences available at: http://54.193.163.58:8877/e8ca7ba61ca6f2f/reftest-analyzer.html#web=eq.log |
This should not be necessary, given the following checks done early during the worker initialization:
pdf.js/src/core/worker.js
Lines 124 to 141 in c574694