2 评论 (2 评论)0 反应 (0 反应)0 负责人 (0 负责人)MATLAB8,982 star (8,982 star)614 fork (614 fork)batch import
help wanted
- 议题类型
- bug
- 研究方向
- 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.