[Enhancement]: Is the file "DNN Platform/Website/js/ClientAPICaps.config" necessarily to be updated with browser's list?
Is there an existing issue for this?
- [x] I have searched the existing issues
Description of problem
For example: Crome is not present, and IE still present.
Description of solution
Browsers list for all functionality must be updated, if this file is still necessary.
Description of alternatives considered
No response
Anything else?
No response
Do you plan to contribute code for this enhancement?
- [ ] Yes
Would you be interested in sponsoring this enhancement?
- [ ] Yes
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
It looks like the only usage of this file is within - https://github.com/dnnsoftware/Dnn.Platform/blob/c0b23cd62e7428103ab8d523e759c0a737cf6989/DNN%20Platform/DotNetNuke.WebUtility/Browser%20Caps/BrowserCaps.vb#L63
I don't know that this is used at all anymore. @bdukes or others @dnnsoftware/approvers do you know if we use this? I assume that method should be marked obsolete?
It looks like it is used for old Client API stuff that's still added by default.aspx. I think it would be a big project to remove all of that, but maybe a good portion of it is turned off because this BrowserCaps class doesn't know that the new browsers can do anything…