mathaddons / tex-math-here

Use TeX to take math here, there, or just about anywhere that images are supported.
GNU General Public License v3.0
2 stars 0 forks source link

xhr double request #3

Open npjg opened 4 years ago

npjg commented 4 years ago

The server logs two GET requests sent for each compilation through the extension, but when I enter a URL directly there is only one GET request. I don't see any OPTIONS requests, so this probably isn't a problem with preflighting. I don't yet know if this results in two compilations, but it seems like the two requests are independent and thus result in a doubling of the compilation time. Unless, of course, the first compilation is actually used by the extension.

The XHR image-grabbing functionality should be inspected for weirdness.