These docs are for v1.0. Click to read the latest docs for v3.0.

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

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