Headers.prototype.getAll() function is removed from the Fetch API specification in Chrome. So you should not use this method to return an array of all the values of a header within a Headers object. Continue reading “Headers.prototype.getAll() has been removed from Chrome”
Tag: Google Chrome
How to See the stored cookies in your Chrome browser
From the last several days I am studying the Google chrome white papers for the managing HTML5 off-line local storage. In the documentation I have discovered some interesting things for my self that may be very useful for the developers such as to see the details of cookies or when you are trying to save the data on the local storage. Continue reading “How to See the stored cookies in your Chrome browser”
Search text in browsers
Following are the method for searching text in browsers: Continue reading “Search text in browsers”