PolymerElements / app-localize-behavior

Polymer behaviour to help internationalize your application
48 stars 54 forks source link

Feature Request: Add option to load resource (xhr) having withCredentials = true #99

Open rpapeters opened 7 years ago

rpapeters commented 7 years ago

As title says; We are loading the translation resource file from a secured endpoint. Now I have to override the loadResources function to set ajax.withCredentials = true; Please add a withCredentials option to this function.