277. Manipulating Request Objects
2:32
2 Puheenvuorot
1 Lukujen yhdistelmä
59 Segmentit
Puheenvuorot
Lukujen yhdistelmä
-
0:01Luku 1: Inside of an intersetter, you can not only log data, you can also modify the request object. 148s · Speaker 2
Inside of an intersetter, you can not only log data, you can also modify the request object. However, the request object itself is immutable. So you can't set request URL to a new URL. That will not work and you also get an error here. Inst…