commit | 48dbe7c3d3686c122f9dee46d2f9a96772c4d7c4 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Mon Feb 26 04:40:34 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Feb 28 22:29:45 2024 +0100 |
tree | 35c5ba15036c98f8249f0b41cf9c09e054acdd1a | |
parent | 2d4ffe6cb1f59b371fd02fe4c4750973477aff01 [diff] |
fix(xhr-proxy): forward missing responseURL property This change fixes a current issue with the Community Console. The Community Console code has been updated, and it now tries to access the responseURL property of XMLHttpRequest instances. Unfortunately, this property was not amongst the ones that our XHRProxyInstance forwarded from the original XMLHttpRequest instances. Due to this the Community Console received an undefined value, making it throw an error due to this unexpected response, and making it stop handling the response. Bug: twpowertools:187 Fixed: twpowertools:188 Change-Id: Ice9c66c0c4a1cc5822c24103f6837511052480fd
An extension which brings several enhancements to the Google Forums and the Community Console.
For a list of features/enhancements, check out the feature list doc.
This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.
In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:
To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:
Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.
The beta channel for Chrome is available here.