react-native-community / jsc-android-buildscripts

Script for building JavaScriptCore for Android (for React Native but not only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proxy support

ragamufin opened this issue · comments

A quick question as I couldn't find it in the docs but does this support Proxies? Are you running code using them without any issues?

Seems it does. This compilation should support more or less the same as Safari 10.1. Also I've tested few examples from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy and they worked.

thanks!