© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jan Vladimir Mostert
Idea Incubator
AngularJS/TS and Dart has official/built-in http libraries. Nothing stops you from using other libraries.
VignesH KumaR
Senior FrontEnd Dev @ Freshworks Inc.,
Any suggestions on the 'other libraries' part? :)
Typically you can write your own (making ajax calls has become pretty standard in JS and works the same across all browsers), Jquery's $.post should get the job done as well.