Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 3.0!

Returns true if file can be open online in current browser.

if (!rollMyFile.isBrowserSupported()) {
  // disable "open online" button(s)
}