Closed
Description
Right now, if you view TRPL locally via rustup doc --book
, the playground requests will all fail because of the playground's current CORS settings.
But even if those worked, if you didn't currently have internet acccess and tried to click the play button from the local copy of the book, the playground requests would also fail.
In these situations currently, the markup just shows "Running..." forever because there's only a success
handler for the request. It would be nicer if an error message was displayed if something went wrong with the request.