Hakan Bilgin

Results 8 issues of Hakan Bilgin

This change will prevent greedy match of XSS code.

I like this lib - offering a lightweight option for markdown. Good job :-) Though I discovered a minor issue and I do have suggestion for a solution. When testing...

Example: { "a-b": "c" }

enhancement

Enabling features such as; var found = JSON.search( data, '//item' ); found[0].nodename // item found[0].parentNode // the parent object to the found item found[0].search('./*[id=1]'); // searches only among children of...

enhancement

It would be great if the SDK offered a way to get all files regardless of "depth". In issue #271, there is a suggestion to use iterators and that in...

enhancement

I had to disable Husky since it prevented me from committing (there seems to be issues with test scripts and other stuff as well, for this repository). The tiny changes...

If "doc.js" exports these two objects, it would enable libs that depend on xmldom to extend these objects with useful functionalities that are used internally by the libs. Thanks in...

Hey...I am too lazy to make a PR `¯\_(ツ)_/¯` The line: ```js import File from 'fetch-blob/file.js' ``` ...should be: ```js import { File } from 'fetch-blob/file.js' ``` Cheers