U75957
06/27/2019, 11:12 AMjs("{'Content-Type':'application/json'}")
Produce: {Content-Type: 'application/json'}
Content-Type
without quotes is not valid js code. Produce error Unexpected token
Is it compiler bug or I miss something?Roman Artemev [JB]
06/27/2019, 11:32 AMval o = js("{}")
o["Content-Type"] = "application/json"
U75957
06/27/2019, 11:43 AM