2

I realize that on IE9, servicestack TypeScript ServiceClient somehow is using Uint8Array to append paramter to url. Still that doest work on IE9.

http://docs.servicestack.net/typescript-add-servicestack-reference

labilbe
  • 3,501
  • 2
  • 29
  • 34
synry63
  • 31
  • 1
  • 1
    Please provide as much detail about the error that's available, what API + Request DTO causes it? – mythz Apr 20 '17 at 22:33

1 Answers1

1

I've resolved this undefined reference issue for browsers that don't support UInt8Array in this commit.

This change is now available from v0.0.33 of servicetack-client that's now on npm.

mythz
  • 141,670
  • 29
  • 246
  • 390