Posts

Showing posts with the label Code

Google drive video streaming

Image
  Google drive video streaming Google Drive Streaming Code Google drive video streaming By Putting this link https://drive.google.com/file/d/0B6zj9fZgMGr7dXl3Z3VxSGRadU0/view Using Chrome DevTool, Network Panel Now you get code id=code How to play google drive video, How TO play google drive video code google drive video streaming code

Basic fetch api Script code

  Basic fetch api Script code A basic fetch request is really simple to set up Have a look at the following code: fetch(‘url’) .then(function(response) { return response.json(); }) .then(function(res2) { console.log(res2); });

How to show code on blogger with a copy snippet button

Image
  How to show code on blogger with a copy snippet button Copy the code below and past inside your html page. You can replace "YOUR CODE GOES HERE" with your code that you wanna show. YOUR CODE GOES HERE Copy code snippet