We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Promise
spec-only
Promise['all']; // error Avoid using non-standard 'Promise.undefined' promise/spec-only var method = 'all'; Promise[method]; // error Avoid using non-standard 'Promise.method' promise/spec-only