Skip to content

Fix isSupported for Iterator helpers #107

Description

@mattcosta7

// Mock @github/browser-support because its isSupported() incorrectly returns false
// in browsers with native Iterator support. The bug is in iterator-helpers.js which
// checks typeof Iterator === 'object', but native Iterator is a function in Chromium.
// This causes failbot's reportable() to return false, preventing error reporting.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions