Skip to content

NativePromise.resolve not a function? #1192

@jdelStrother

Description

@jdelStrother
  1. What version of bluebird is the issue happening on?
    3.3.5

  2. What platform and version? (For example Node.js 0.12 or Google Chrome 32)
    Linux Chrome 52 (allegedly)

  3. Did this issue happen with earlier version of bluebird?
    Unsure.

I have a number of error reports in my js reporter that claim to be coming from Linux Chrome 52, where requiring bluebird immediately throws an exception on calling NativePromise.resolve() (https://github.com/petkaantonov/bluebird/blob/master/src/schedule.js#L22). I can't reproduce this on my own version of Chrome 52 on Ubuntu, but wondered if anyone was aware of an environment where util.getNativePromise() would return a value, yet that value wouldn't have a resolve function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions