This translation is incomplete. Please help translate this article from English.
പ്രയോജനകരമായ പ്രവൃത്തികൾ ചെയ്യാൻ, വെബ്ബിൽ ധാരാളം ഏപിഐയുകൾ ഉണ്ട്. ഇവയൊക്കെ ജാവാസ്ക്രിപ്റ്റ് ഭാഷ കൊണ്ട് ചെയ്യാവുന്നതാണ്. വെബ്ബ് ജി എൽ, വെബ്ബ് ആഡിയോ എന്നീ സങ്കേതങ്ങൾ ഉപയോഗിച്ച് ഏതൊരുwindow
or element
-ൽ ചെറിയ വ്യത്യാസങ്ങൾ വരുത്തിക്കൊണ്ട്, സങ്കീർണ്ണമായ വരപ്പുകളും ശബ്ദ ശകലങ്ങളും ഉൽപ്പാദിപ്പിക്കാം.
ഓരോ സമ്പർക്കമുഖങ്ങളെയും കുറിച്ച് സൂചികയിൽ കാണാം.
സംഭവ്യതകളുടെ (events) ഒരു പട്ടികയും സംഭവ്യതാ പരാമർശങ്ങളും ഇവിടെ കാണാം.
- ഡോക്കുമെന്റ് ഓബ്ജെക്റ്റ് മോഡൽ
- ഡോക്കുമെന്റ് ഓബ്ജെക്റ്റ് മോഡൽ അഥവാ ഡോം എന്നത് ഒരു പ്രയോഗ ലേഖന സങ്കേതമാണ്. ഇതുപയോഗിച്ച് ഒരു താളിന്റെ ഘടനയെ പ്രയോഗരീതിയിൽ മാറ്റാൻ സാധിക്കുന്നു.
-
The DOM is an API that allows access to and modification of the current document. It allows manipulation of document
Node
andElement
. HTML, XML and SVG have extended it to manipulate their specific elements. - Device APIs
- This set of APIs allows access to various hardware features available to Web pages and applications. E.g. Ambient Light Sensor API, Battery Status API, Geolocation API, Pointer Lock API, Proximity API, Device Orientation API, Screen Orientation API, Vibration API.
- Communication APIs
- These APIs let Web pages and applications communicate with other pages or devices. E.g. Network Information API, Web Notifications, Simple Push API.
- Data management APIs
- User data can be stored and managed using this set of APIs. E.g. FileHandle API, IndexedDB.
In addition to these APIs that are available to any Web site or app, a set of more powerful Mozilla APIs are available to privileged and certified applications.
- Privileged APIs
- A privileged application is an installed app that has been given specific rights by the user. Privileged APIs include: TCP Socket API, Contacts API, Device Storage API, Browser API,
- Certified APIs
- A certified application is a low-level application performing critical operations on an operating system like Firefox OS. Less privileged application interact with these applications using Web Activities. Certified APIs include: Bluetooth API, Mobile Connection API, Network Stats API, Telephony, WebSMS, WiFi Information API, Camera API, Power Management API, Settings API, Idle API, Permissions API, Time/Clock API.