Missing polyfill functions

Open
#14 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, webpack
Domain
tooling, web-dev

Research direction

Compare the referenced console-polyfill index.js with the current console-browserify implementation, considering its use through node-libs-browser in Webpack 3. Add the requested missing handlers, such as console.table, or establish a generic safe fallback for unsupported calls, then verify that legacy browsers no longer error on them.

Written by the indexing model from the issue text.

Description

I'm asking this because this plugin is in use @ Webpack 3 via node-libs-browser.

It would be nice to include a bunch of functions handlers for this, such as console.table, or a generic handler that can stub any function call so that it won't result in an error (crucial for legacy browsers).

Otherwise this polyfill is starting to be a bit outdated.

Dominant language
JavaScript
Stars
33
Forks
18
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.