StackOverflow Questions for Tag: es6-proxy

Fred Hors
Fred Hors

Reputation: 4156

Why is this object a Proxy only when the page field is 1?

Score: 0

Views: 266

Answers: 1

Read More
Jared Smith
Jared Smith

Reputation: 22029

Can a proxy with a non-function target be invoked like a function?

Score: 2

Views: 168

Answers: 0

Read More
kpimov
kpimov

Reputation: 13932

What would be a use case for identity-preserving membrane proxies?

Score: 5

Views: 610

Answers: 1

Read More
Uday Hiwarale
Uday Hiwarale

Reputation: 4167

How can I modify a constructor so that it return a proxy that prevents adding new properties to the object?

Score: 29

Views: 20921

Answers: 2

Read More
art-solopov
art-solopov

Reputation: 4775

Why can’t a proxy trap invoke Function.prototype.apply to construct an ES6 class?

Score: 0

Views: 350

Answers: 1

Read More
Blue Granny
Blue Granny

Reputation: 800

How do I intercept sort function within a JS proxy?

Score: 3

Views: 273

Answers: 1

Read More
Allyl Isocyanate
Allyl Isocyanate

Reputation: 13626

Can Babel transpile code using Proxy into ES5?

Score: 23

Views: 14661

Answers: 3

Read More
Chiffie
Chiffie

Reputation: 621

Why are proxy traps not invoked for instances constructed from a proxied constructor?

Score: 0

Views: 80

Answers: 1

Read More
Boann
Boann

Reputation: 50041

JavaScript Proxy not working for opened Window object

Score: 1

Views: 137

Answers: 1

Read More
Tanmay
Tanmay

Reputation: 3189

Determine if a function is accessed or invoked in the proxy handler

Score: 4

Views: 719

Answers: 2

Read More
srinesha
srinesha

Reputation: 23

Mocking an async builder pattern API with proxy

Score: 0

Views: 63

Answers: 1

Read More
Jan Schmutz
Jan Schmutz

Reputation: 890

Javascript proxy for nested object (apply for all function calls)

Score: 1

Views: 1073

Answers: 1

Read More
yg lin
yg lin

Reputation: 123

How to proxy Function.prototype?

Score: -1

Views: 463

Answers: 2

Read More
vixalien
vixalien

Reputation: 390

Can a Proxy detect that a subclass is adding methods to a class?

Score: 1

Views: 129

Answers: 2

Read More
Fabis
Fabis

Reputation: 2062

'get' on proxy: property 'items' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value

Score: 5

Views: 10262

Answers: 3

Read More
xrisk
xrisk

Reputation: 3898

Unable to use ES6 proxy with window.document object

Score: 4

Views: 1451

Answers: 1

Read More
Banshee
Banshee

Reputation: 15

How can I detect changes to arbitrary private members with an ES6 proxy in Javascript?

Score: 1

Views: 121

Answers: 3

Read More
M. Lanza
M. Lanza

Reputation: 6790

JavaScript pattern for constructing proxy objects, using classical inheritance

Score: 4

Views: 3095

Answers: 2

Read More
Justin S.
Justin S.

Reputation: 43

Why does logging a proxy to the console show the target object, bypassing the traps?

Score: 1

Views: 528

Answers: 0

Read More
PapiQ
PapiQ

Reputation: 27

how to capture event handlers using Proxy object

Score: 1

Views: 947

Answers: 0

Read More
PreviousPage 2Next