bahmutov / bahmutov/console-log-div
<Element>.classList undefined
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am using your code for debugging an eReader Webapplication and ran into problems on a Sony PRS-T3. Tracing the problem I found out that `.classList` is undefined on this older Android browser.
To fix this, you could use `.className`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating uses of .classList in the JavaScript source and compare them with the reported older Android browser behavior. The issue suggests using .className instead; done means the relevant behavior works when classList is undefined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100