Closed
Bug 1075440
Opened 10 years ago
Closed 8 years ago
Getting DOMError NO_PROVIDER for Marketplace Web Activities
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: robert, Unassigned)
References
Details
When I try any Marketplace Web Activities (listed at https://github.com/mozilla/fireplace/wiki/Web-Activities) I get a DOMError "NO_PROVIDER".
Code to run:
var act = new MozActivity({
name: "marketplace-search",
data: {query: "Cut the rope"}
});
Error check:
act.onerror = function (e) {
console.log("Error: " + this.error.name);
};
Yes, debugging MozActivities is quite hard / impossible today.
Depends on: 1010161
WebIDE is slated for removal (bug 1314811), so there are no plans to add to the current set of features.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•