Appears on
Articles4
Ant and Apples: A Simple Browser Game Created with hmpl-js
A simple browser-based game where players control an ant using arrow keys to collect apples. The game was created using hmpl-js over a couple of days out of boredom and is available on GitHub.
News
aanthonymax.github.io8mo ago
Cache Interface Documentation: Web API Methods for Persistent Storage
The article provides technical documentation for the Cache interface in web APIs, explaining how it enables persistent storage of Request/Response object pairs in browser memory. It details several instance methods including Cache.match(), Cache.matchAll(), Cache.add(), and Cache.addAll() that allow developers to retrieve, store, and manage cached responses.

