]> git.proxmox.com Git - mirror_novnc.git/blobdiff - docs/API-internal.md
Don't use arrow functions in legacy loader
[mirror_novnc.git] / docs / API-internal.md
index cef79a4fc738fb5522500097cbeeb1e41d9c26f2..f7346a9ee6c20b528c8f0a105da92010cce5e591 100644 (file)
@@ -99,7 +99,6 @@ None
 | absY               | (y)                                                     | Return Y relative to the remote display
 | resize             | (width, height)                                         | Set width and height
 | flip               | (from_queue)                                            | Update the visible canvas with the contents of the rendering canvas
-| clear              | ()                                                      | Clear the display
 | pending            | ()                                                      | Check if there are waiting items in the render queue
 | flush              | ()                                                      | Resume processing the render queue unless it's empty
 | fillRect           | (x, y, width, height, color, from_queue)                | Draw a filled in rectangle