Ajax In Firefox Plugin

后端 未结 3 1091
难免孤独
难免孤独 2020-12-18 12:17

Is there any way to send Ajax requests to server from a Firefox plugin? If yes, how? If no, how do we have client server communication in Firefox plugins?

I want to

3条回答
  •  情书的邮戳
    2020-12-18 12:54

    You can send ajax requests from firefox extension using xmlHTTPRequest, like in any other web application.

提交回复
热议问题