Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error load timeout for css modules #215

Closed
XeL077 opened this issue Sep 1, 2016 · 2 comments
Closed

Error load timeout for css modules #215

XeL077 opened this issue Sep 1, 2016 · 2 comments

Comments

@XeL077
Copy link

XeL077 commented Sep 1, 2016

Hi, I'm use Awesomium 1.7.5.1 for create desktop app.
And when I use require-css, I'm see this error.

15:56:28 ConsoleMessage: {"EventName":"ConsoleMessage","eventType":"ConsoleMessage","LineNumber":140,"Message":"Uncaught Error: Load timeout for modules: css!c-popup-css.css_unnormalized5,css!c-popup-css\nhttp://requirejs.org/docs/errors.html#timeout","Source":"http://testhost.ru/FrontEnd/Content/libs/requirejs/require.js?t=636083313808306596"}

If in linkLoad use function callback() - all okey.

@XeL077 XeL077 changed the title Error load timeout for css modules/ Error load timeout for css modules Sep 1, 2016
@victordidenko
Copy link
Contributor

As far as I understood, Awesomium just set unusual user agent, and require-css cannot understand it is webkit. I beleive much better way is just add feature-detect webkit, alongside with user agent detection.

victordidenko added a commit to victordidenko/require-css that referenced this issue Jan 11, 2017
@victordidenko
Copy link
Contributor

@guybedford could you please assist here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants