mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
add readme addresses #117
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
function getJSON(url, callback) {
|
||||
var one, two
|
||||
|
||||
|
||||
let xhr = new XMLHttpRequest();
|
||||
xhr.onload = function() {
|
||||
callback(this.responseText);
|
||||
|
||||
Reference in New Issue
Block a user