* Register CSS global

This commit is contained in:
Michael Van Canneyt 2024-04-29 16:22:20 +02:00
parent 7d78964c52
commit 034bdafe50

View File

@ -175,6 +175,7 @@ begin
RegisterGlobalObject(document,'document');
RegisterGlobalObject(window,'window');
RegisterGlobalObject(console,'console');
RegisterGlobalObject(CSS,'CSS');
{$IFDEF WORKER}
RegisterGlobalObject(caches,'caches');
{$ENDIF}