mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 10:12:53 +02:00
Refactored NetscriptJS to take in the NS environment as a parameter to main
This commit is contained in:
@@ -1764,6 +1764,8 @@ window.onload = function() {
|
||||
var db = e.target.result;
|
||||
var objectStore = db.createObjectStore("savestring");
|
||||
}
|
||||
|
||||
console.log(window.location.href);
|
||||
};
|
||||
|
||||
export {Engine};
|
||||
|
||||
Reference in New Issue
Block a user