【JavaScript】jQuery.ajaxでFormDataを送信する際の注意点
https://qiita.com/moyomoyomoyo/items/9a3cd9fa12a433c1d920?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【JavaScript】jQuery.ajaxでFormDataを送信する際の注意点
https://qiita.com/moyomoyomoyo/items/9a3cd9fa12a433c1d920?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
TIL Network protocols Sans I/O ⚡
“… network protocol implementations written in Python that perform no I/O (this means libraries that operate directly on text or bytes; this excludes libraries that just abstract out I/O).” 🤯
Read the reference page 👇
https://sans-io.readthedocs.io/
#Reusability #Python #FastCGI #HTTP2 #H11 #IRC #OAuth2 #OAuthLib #WebSocket #SOCKS5 #RFC2217 #SerialOverIP #EPICS #FIX #QUIC #LanguageServerProtocol #SMTP #DBus #ThorlabsAPT #Matrix #SSL #TLS #CPython #multipart #formdata
Does formData.getAll('*') work in all browsers. I can't find documented support for a wildcard anywhere ... 🤔
I does work in Firefox.
TextAreaに書き込んだデータやそのキャッシュを用事が済んだら削除しないと、セキュリティ的によくない。そのようなAPIはあるのか?
以下のようなものが関係あるのかな?
FormData: delete() メソッド
https://developer.mozilla.org/ja/docs/Web/API/FormData/delete
Cache
https://developer.mozilla.org/ja/docs/Web/API/Cache
#API #cache #formdata
Hmm, disappointed to see #FormData still isn't properly supported in @MicrosoftEdge@twitter.com ... how to easily serialize form data in Edge? (without jQuery... and please without manually iterating all elements (and think about check the checked status etc.