You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a reminder that Waterbear files should have their own contentType (or content-type) registered with the IETF. When you send files around through email or HTTP, the content-type is is what tells the browser or other client how to process that file. For example a file with a content-type of 'image/jpeg' will be viewed as an image in a browser, but could also be opened with an image editing program when downloaded. Web pages themselves have content-type 'text/html'. Rather than waterbear save files simply being JSON, it would be better to have our own file extension and content-type, even if they remain JSON internally, because you can't simply open any JSON file in Waterbear. So instead of mySaveFile.json with type 'application/json' we could have mySaveFile.tardigrade (or whatever, but .wb has been taken: http://filext.com/file-extension/WB ) of type 'application/waterbear'.
We need this for proper upload/downloads.
The text was updated successfully, but these errors were encountered: