mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-12 13:31:30 +00:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
// Only succeeds if onfetch is available.
|
|
if (!("onfetch" in self)) {
|
|
throw new Error("Not capable of interception");
|
|
}
|