We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144240d commit e36c58cCopy full SHA for e36c58c
src/pat/inject/inject.js
@@ -34,7 +34,7 @@ parser.addArgument("loading-class", "injecting"); // Add a class to the target w
34
parser.addArgument("executing-class", "executing"); // Add a class to the element while content is still loading.
35
parser.addArgument("executed-class", "executed"); // Add a class to the element when content is loaded.
36
parser.addArgument("class"); // Add a class to the injected content.
37
-parser.addArgument("history");
+parser.addArgument("history", "none", ["none", "record"]);
38
parser.addArgument("push-marker");
39
parser.addArgument("scroll");
40
// XXX: this should not be here but the parser would bail on
0 commit comments