question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Removed feature compat table entry confusing

See original GitHub issue

With Firefox for Android a bunch of extension APIs are not yet supported that were previously supported. As such they have a removed version but no newer added version yet. The table ends up looking like this: image https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/downloads/onChanged#Browser_compatibility If I look at that entry, I’d think it’s trying to tell me that the feature isn’t supported between version 48 and 79 for sure, no idea about 80, maybe it’ll be supported there. But that’s not at all what the compat data says:

              "firefox_android": {
                "version_added": "48",
                "version_removed": "79"
              },

https://github.com/mdn/browser-compat-data/blob/master/webextensions/api/downloads.json#L1134-L1136

A better rendering - in my opinion - would show it as not supported starting with version 79 (either just 79 or maybe some indicator like 79 - *) and have a “previous support” entry for 48-79.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
schalkneethlingcommented, Nov 8, 2021

I think Daryl’s work is going to address this. I don’t think there’s any immediate work to be done, though it’s not actually resolved yet.

I would rather close this instead of having issues linger around that we are bound to forge to go back to and close. Seeing that this will be resolved as part of the redesign, I am going to close as that work is tracked elsewhere.

0reactions
ddbeckcommented, Nov 5, 2021

I think Daryl’s work is going to address this. I don’t think there’s any immediate work to be done, though it’s not actually resolved yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Site compatibility-impacting changes coming to Microsoft Edge
Summary of high-impact changes that are planned for Microsoft Edge that may impact website compatibility.
Read more >
SQL Server, the misleading XLOCK & optimizations
Modifying data, through INSERT/UPDATE/DELETE. The table updated does not have to be the one the XLOCK is on. Explicitly asking for REPEATABLE READ...
Read more >
Documentation: 15: E.1. Release 15.1 - PostgreSQL
The logic for dropping a table was broken and would miss removing all but the first such file, in two cases: drops of...
Read more >
Plug'n'Play | Yarn - Package Manager
An overview of Plug'n'Play, a powerful and innovative installation strategy for Node.
Read more >
Table deletes, updates, and merges - Delta Lake Documentation
Learn how to delete data from and update data in Delta tables. ... as it is unclear which source row should be used...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found