This commit is contained in:
Akko
2025-01-21 19:11:39 +01:00
parent 37fdefdfa4
commit 71f708ff8c
1004 changed files with 100768 additions and 700 deletions

View File

@@ -0,0 +1,10 @@
goog.loadModule(function(exports) {
"use strict";
goog.module("goog.flags");
goog.module.declareLegacyNamespace();
exports.USE_USER_AGENT_CLIENT_HINTS = false;
exports.ASYNC_THROW_ON_UNICODE_TO_BYTE = false;
return exports;
});
//# sourceMappingURL=goog.flags.flags.js.map