我有 cljs 页面,我需要一个 google 闭包依赖项 -
(ns pm.client.models
(:require [google.pubsub.PubSub :as pubsub]))
这是我在加载 html 页面时看到的错误。错误记录在浏览器的 js 控制台中 -
goog.require could not find: goog.storage.mechanism.HTML5LocalStorage
goog.requireclient.js:96
(anonymous function)client.js:20191
client.js:98Uncaught Error: goog.require could not find: goog.storage.mechanism.HTML5LocalStorage
goog.requireclient.js:98
(anonymous function)
我没有看到使用 cljs-build 编译 clojurescript 的任何错误。