You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/08/23 03:15:19 UTC

[GitHub] [incubator-flagon-useralejs] poorejc opened a new issue, #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions

poorejc opened a new issue, #285:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/285

   Chrome MV3 has moved to service workers, abandoning the historical "Background Pages". As such this will not support XMLhttpRequest, favoring Fetch.
   
   UserALE's SendLogs function uses XMLhttpRequest. As such, we'll need to the WebExt to use it's own SendLogs function using Fetch.
   
   https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#background-service-workers
   
   Mozilla is adopting MV3 in full to support cross-browser compatability


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] poorejc closed issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions

Posted by GitBox <gi...@apache.org>.
poorejc closed issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions
URL: https://github.com/apache/incubator-flagon-useralejs/issues/285


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #285: WebExt: Add alternative Fetch 'SendLogs' function to support changes to webextensions

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #285:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/285#issuecomment-1365586539

   Correct, this is closed, although the MV3 madness is far from done with us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org