Closed noahgibbs closed 1 year ago
Add Lacci APIs for most builtins. Implement font in Scarpe-Webview. Move alert() to Kernel. Reimplement alert() as an API method, not a Drawable.
Basically, this gives us a good start on builtins that don't act like drawables. Font and alert were supposed to be that, and now they are.
Alerts aren't supposed to return an object you can call hide(), etc. on, and now it doesn't.
Description
Add Lacci APIs for most builtins. Implement font in Scarpe-Webview. Move alert() to Kernel. Reimplement alert() as an API method, not a Drawable.
Basically, this gives us a good start on builtins that don't act like drawables. Font and alert were supposed to be that, and now they are.
Alerts aren't supposed to return an object you can call hide(), etc. on, and now it doesn't.
Checklist