Reputation: 23907
So I know that BigQuery's JS implementation is a sandboxed V8, but how can I find out which version of V8? E.g. I noticed optional chaining is not yet supported, I wonder what else might not work. Is there a way to figure out besides trial and error?
Upvotes: 2
Views: 167