mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
// we cant use export here
|
|
function getUsefulContents(callback) {
|
|
callback('Hello World');
|
|
} |