Updated Web Browsers (markdown)

Hajime Hoshi 2017-05-03 23:31:37 +09:00
parent f52152808a
commit c0e79da2e7

@ -23,7 +23,9 @@ On both Android and iOS, touching is required to start sound. This is the browse
# Emulate context-lost
`document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext()
undefined`
```
document.getElementsByTagName("canvas")[0].getContext("webgl").getExtension('WEBGL_lose_context').loseContext()
undefined
```
Note that Ebiten automatically restores images when the context is lost.