Frame buffer? Canvas is the javascript term.
Random examples from the (desktop) Java/Android/iOS world where the same semantics is used:
https://docs.oracle.com/javase/8/docs/api/java/awt/Canvas.ht...
https://developer.android.com/reference/android/graphics/Can...
https://developer.apple.com/documentation/SwiftUI/Canvas
The other two are too new to be relevant.
There is a world outside the browser. For now.
[1] https://tkdocs.com/tutorial/canvas.html
Frame buffer? Canvas is the javascript term.