vue-inline-svg
vue-inline-svg copied to clipboard
Add http status to data field
I'm working on an implementation where it would be very helpful to have the status code of the request response. I think others might find this useful too.
Maybe it will be more useful to save the whole request object then?
Maybe it will be more useful to save the whole request object then?
Either is fine with me. If you think it's cleaner to save the request object I'm happy to make the change (also don't mind if you want to change it).
Thanks for the library btw.
@shrpne any preference here? Status code is all I need. Might be simplest to just save the status as I have it here.
Can you please update to save the whole request object and I will be glad to merge it