2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)MATLAB8,982 stars (8,982 stars)614 forks (614 forks)batch import
help wanted
- Issue type
- bug
- Research direction
- The issue requests that when Object.entries is missing (e.g., in older browsers), a compatibility error or warning should be displayed. Look for existing polyfill or browser detection code in the repository, possibly in a compatibility layer. Add a check using typeof Object.entries !== 'function' and trigger a console error or UI warning. Reference the issue comments for any additional context.