Skip to content

chrome is not defined in Firefox based browserΒ #3

@brynne8

Description

@brynne8

In following code of the online version (app.js), it checks chrome.account360, where chrome is undefined.

  return s ||
  (
    chrome.account360 ? chrome.account360.getMID(t => {
      t ? s = t : e().then(t => s = t)
    }) : e().then(t => s = t)
  )

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions