1/** 2 * @license 3 * Copyright The Closure Library Authors. 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7goog.module('goog.flags'); 8goog.module.declareLegacyNamespace(); 9 10exports.USE_USER_AGENT_CLIENT_HINTS = false; 11exports.ASYNC_THROW_ON_UNICODE_TO_BYTE = false; 12 13