diff --git a/index.html b/index.html index 31cf3c7..d66ab99 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@
V bindings to Powered by vdoc. Generated on: 19 Mar 2024 08:45:36
V bindings to Powered by vdoc. Generated on: 19 Mar 2024 08:45:37
fn console_api(ctx &Context)
Add console to globals.
@@ -178,7 +178,7 @@
fn crypto_api(ctx &Context)
Add Crypto API to globals.
@@ -195,10 +195,18 @@ web.crypto_api(ctx) }
+fn delete_bootstrap(ctx &Context) bool
+delete core __bootstrap
from global
fn encoding_api(ctx &Context)
Add encoding API to globals (TextEncoder
, TextDecoder
).
fn inject(ctx &Context)
Inject All Web-API features.
@@ -258,7 +266,7 @@
fn performance_api(ctx &Context)
Add Performance API to globals.
@@ -378,7 +386,7 @@