mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 18:50:42 -08:00
notes about local storage vs session storage
This commit is contained in:
parent
94da1766cd
commit
9872e3310d
3 changed files with 9 additions and 4 deletions
|
|
@ -5,6 +5,7 @@
|
|||
(in-package :clog-user)
|
||||
|
||||
(defun on-new-window (body)
|
||||
(setf (title (html-document body)) "Tutorial 10")
|
||||
(let* ((canvas (create-canvas body :width 600 :height 400))
|
||||
(cx (create-context2d canvas)))
|
||||
(set-border canvas :thin :solid :black)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue