diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:43:23 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:43:23 -0500 |
commit | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch) | |
tree | a9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/th/web/api/index.html | |
parent | 074785cea106179cb3305637055ab0a009ca74f2 (diff) | |
download | translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2 translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip |
initial commit
Diffstat (limited to 'files/th/web/api/index.html')
-rw-r--r-- | files/th/web/api/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/th/web/api/index.html b/files/th/web/api/index.html new file mode 100644 index 0000000000..5ddadeb7cf --- /dev/null +++ b/files/th/web/api/index.html @@ -0,0 +1,14 @@ +--- +title: Web APIs +slug: Web/API +tags: + - API + - JavaScript + - NeedsTranslation + - Reference + - Web +translation_of: Web/API +--- +<p>When writing code for the Web using JavaScript, there are a great many APIs available. Below is a list of all the interfaces (that is, types of objects) that you may be able to use while developing your Web app or site.</p> + +<div>{{APIListAlpha}}</div> |