mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
(breaking change) remove V86Starter (use V86 instead)
This commit is contained in:
parent
287c525708
commit
0a00f53a41
1 changed files with 0 additions and 3 deletions
|
|
@ -1408,17 +1408,14 @@ FileNotFoundError.prototype = Error.prototype;
|
|||
// Closure Compiler's way of exporting
|
||||
if(typeof module !== "undefined" && typeof module.exports !== "undefined")
|
||||
{
|
||||
module.exports["V86Starter"] = V86;
|
||||
module.exports["V86"] = V86;
|
||||
}
|
||||
else if(typeof window !== "undefined")
|
||||
{
|
||||
window["V86Starter"] = V86;
|
||||
window["V86"] = V86;
|
||||
}
|
||||
else if(typeof importScripts === "function")
|
||||
{
|
||||
// web worker
|
||||
self["V86Starter"] = V86;
|
||||
self["V86"] = V86;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue