mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
8 lines
165 B
HTML
8 lines
165 B
HTML
<!doctype html>
|
|
<script>
|
|
var c = document.createElement("canvas");
|
|
c.getContext("experimental-webgl", {
|
|
get a() { throw 7; },
|
|
get b() { throw 8; }
|
|
});
|
|
</script>
|