From 2f530bed8ebb6853b8c033979ef956575100bdf4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 13:17:06 -0400 Subject: remove link 'title' attributes that's just the 'href' (ko, part 3) (#1742) --- files/ko/mdn/tools/kumascript/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ko/mdn/tools/kumascript/index.html') diff --git a/files/ko/mdn/tools/kumascript/index.html b/files/ko/mdn/tools/kumascript/index.html index 329f2b3762..7ff2addc4c 100644 --- a/files/ko/mdn/tools/kumascript/index.html +++ b/files/ko/mdn/tools/kumascript/index.html @@ -203,7 +203,7 @@ Hello #2

Built-in methods

-

This manually-maintained documentation is likely to fall out of date with the code. With that in mind, you can always check out the latest state of built-in APIs in the KumaScript source. But here is a selection of useful methods exposed to templates:

+

This manually-maintained documentation is likely to fall out of date with the code. With that in mind, you can always check out the latest state of built-in APIs in the KumaScript source. But here is a selection of useful methods exposed to templates:

md5(string)
@@ -224,7 +224,7 @@ Hello #2
cacheFn(key, timeout, function_to_cache)
Using the given key and cache entry lifetime, cache the results of the given function. Honors the value of env.cache_control to invalidate cache on no-cache, which can be sent by a logged-in user hitting shift-refresh.
request
-
Access to mikeal/request, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.
+
Access to mikeal/request, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.
log.debug(string)
Outputs a debug message into the script log on the page (i.e. the big red box that usually displays errors).
-- cgit v1.2.3-54-g00ecf