Posts by frontend • 9 points
2 posts
-
-6
votes3
answers81
viewsA: How to view a modal automatically when entering the site?
Hi... Try to use the bootstrap it will make your life easier with this... Modal Bootstrap…
-
0
votes1
answer79
viewsQ: How to get the "end" event from http with fetch API
I want to use the API fetch instead of the http(Node) module. However, I’m not getting the end of the request. var req = http.request(options, res => { res.setEncoding("utf8"); res.on('data', ()…
javascriptasked frontend 9