repl.txt (288B)
1 2 {{alias}}() 3 Tests whether an environment has native `Proxy` support. 4 5 Returns 6 ------- 7 bool: boolean 8 Boolean indicating if an environment has native `Proxy` support. 9 10 Examples 11 -------- 12 > var bool = {{alias}}() 13 <boolean> 14 15 See Also 16 -------- 17