Page 1 of 1

What do I need to make javascript source map work?

PostPosted: Fri Jun 07, 2019 9:01 pm
by sybertoto
Hi guys,

I've been playing with CEF on mac os x and I find that javascript source map works in the sample project cef-client but not cef-simple. I guess there is some part implemented in cef-client but not in cef-simple which makes a difference. I've tried to remove some code in cef-client following the suggestion in FAQ #8, but I get no luck to narrow down the necessary code that supports the javascript source map. Can someone give me a hint?

Thanks