Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
*/
export class NotARegistrant {
getComponents() {
return [
{
type: "SEARCH",
componentURL: "chrome://test/content/component.mjs",
tagName: "test-component",
l10nURLs: [],
},
];
}
}