You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Using the **Page Visibility API**, the following code shows how to perform actio
166
166
```
167
167
For reference, [visit this link.](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API)
168
168
169
-
## Screen Orientation & Vibration (Mobile Only)
169
+
## Screen Orientation and Vibration
170
170
The **Screen Orientation API** provides the orientation of the screen being used and the **Vibration API** offers web apps the ability to access the vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake.
171
171
172
172
### Demo
@@ -219,7 +219,7 @@ The following code combines the two APIs (Screen Orientation and Vibration) to m
219
219
220
220
For reference, visit [Screen Orientation API](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model/Managing_screen_orientation) and [Vibration API](https://developer.mozilla.org/en-US/docs/Web/API/Vibration_API).
221
221
222
-
## Clipboard & IndexedDB/WebSQL/LocalStorage
222
+
## Clipboard and IndexedDB/WebSQL/LocalStorage
223
223
The **Clipboard API** ([reference](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)) is a modern API providing asynchronous functions and secure context support allowing developers to access the clipboard.
224
224
225
225
**IndexedDB** ([reference](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)) is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data.
0 commit comments