Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. Tags
    3. javascript
    Log in to post

    • B

      braincloud javascript and edge
      Client APIs • javascript edge • • Bigzer  

      2
      0
      Votes
      2
      Posts
      11
      Views

      Paul Winterhalder

      Hi Bigzer, We aren't aware of any issues running our javascript client lib under Edge - and haven't been able to repro your issue. I'm not a javascript guy - but I'm noticing other warnings / errors there - do those also happen in Chrome? Paul.
    • G

      4.5 braincloud-js release breaking react-native apps because of crypto-js requirement
      Client APIs • javascript client app version react-native • • Greg Gibson  

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • A

      Shared Modules - Ability to share code between cloud scripts
      Suggestions • cloudscript suggestion javascript • • Ali Raza  

      3
      1
      Votes
      3
      Posts
      70
      Views

      A

      Thank you very much
    • Ima Need-Support

      SOLVED What version of Javascript does cloud code support?
      Cloud Code • cloud code script javascript • • Ima Need-Support  

      2
      0
      Votes
      2
      Posts
      129
      Views

      Paul Winterhalder

      brainCloud's Cloud Code is based on Apache Rhino, which is an open-source implementation of JavaScript. This engine is highly sandboxed within the brainCloud API servers for security purposes. brainCloud currently ships with Apache Rhino version 1.7.7.1. Rhino implements JavaScript 1.7, and is basically ES4 with partial ES5 and ES6 support. Summary from a Stack Overflow discussion here: Hope that helps! Paul.